fold top-level property

Future<C> Function(TaskEither<A, B>) Function<A, B, C>(Future<C> onLeft(A), Future<C> onRight(B)) fold
final

Alias for match.

Implementation

final fold = match;