chain top-level property

TaskEither<A, B> Function(TaskEither<A, C>) Function<A, C, B>(TaskEither<A, B> f(C)) chain
final

Alias for flatMap, allowing for chaining asynchronous operations.

Implementation

final chain = flatMap;