futureM<A> function

Monad<Future<A>> futureM<A>()

Implementation

Monad<Future<A>> futureM<A>() => cast(FutureM);