DoAdapterTask typedef

DoAdapterTask = Future<A> Function<A>(Task<A>)

Implementation

typedef DoAdapterTask = Future<A> Function<A>(Task<A>);