TaskOption<A> typedef

TaskOption<A> = Future<Option<A>> Function()

Implementation

typedef TaskOption<A> = Future<O.Option<A>> Function();