chain top-level property

Either<A, C> Function(Either<A, B>) Function<A, B, C>(Either<A, C> fn(B)) chain
final

Alias for flatMap.

Implementation

final chain = flatMap;