call<C> method
Chain multiple functions having the same left type L
.
Implementation
@override
TaskEither<L, C> call<C>(covariant TaskEither<L, C> chain) =>
flatMap((_) => chain);
Chain multiple functions having the same left type L
.
@override
TaskEither<L, C> call<C>(covariant TaskEither<L, C> chain) =>
flatMap((_) => chain);