arrow-fx-coroutines / arrow.fx.coroutines / Resource / Bind

Bind

class Bind<A, B> : Resource<B>

Constructors

<init> Bind(source: Resource<A>, f: (A) -> Resource<B>)

Properties

f val f: (A) -> Resource<B>
source val source: Resource<A>

Do you like Arrow?

Arrow Org
<