method
K<F, A>
Finally
<X, F, A>
(this K<F, A> ma, K<F, X> @finally)
Source
#
Run a finally operation after the ma operation regardless of whether ma succeeds or not.
Parameters
| param |
ma |
Primary operation
|
| param |
finally |
Finally operation
|
| returns |
Result of primary operation
|