DoFunctionReaderTaskEither<E, L, A> typedef

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

Implementation

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