Contents
class FinalExtensions Source #
Methods
method Finally<F, X> final <F, X> (K<F, X> @finally) Source #
where
F : Final<F>
Create a finally operation that can be used as the right-hand side of a | operator to
cause a final operation to be run regardless of whether the primary operation succeeds or not.
Parameters
| param | finally | Finally operation |
| returns | Result of primary operation | |
class FinalExtensions Source #
Methods
method Finally<F, X> final <F, X> (K<F, X> @finally) Source #
where
F : Final<F>
Create a finally operation that can be used as the right-hand side of a | operator to
cause a final operation to be run regardless of whether the primary operation succeeds or not.
Parameters
| param | finally | Finally operation |
| returns | Result of primary operation | |
where
F : Final<F>
Mimics finally in a try/finally operation