DoAdapterReaderTaskEither<E, L> typedef

DoAdapterReaderTaskEither<E, L> = Future<A> Function<A>(ReaderTaskEither<E, L, A>)

Implementation

typedef DoAdapterReaderTaskEither<E, L> = Future<A> Function<A>(
    ReaderTaskEither<E, L, A>);