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