DoFunctionEither<L, R> typedef

DoFunctionEither<L, R> = R Function(DoAdapterEither<L> $)

Implementation

typedef DoFunctionEither<L, R> = R Function(DoAdapterEither<L> $);