toFuture<R, E, A> function
Implementation
Future<A> Function(R r) toFuture<R, E, A>(ReaderTaskEither<R, E, A> f) =>
(r) => TE.toFuture(f(r));
Future<A> Function(R r) toFuture<R, E, A>(ReaderTaskEither<R, E, A> f) =>
(r) => TE.toFuture(f(r));