arrow-fx / arrow.fx / Resource / liftF
fun <F, E, A> Kind<F, A>.liftF(BR: Bracket<F, E>): Resource<F, E, A>
fun <F, E, A> Kind<F, A>.liftF(BR:
Bracket
<F, E>):
Resource
<F, E, A>
Lift a value in context F into a Resource. Use with caution as the value will have no finalizers added.
Do you like Arrow?