andThen<C> abstract method

Either<L, C> andThen<C>(
  1. C f(
    1. R r
    )
)

Implementation

Either<L, C> andThen<C>(C Function(R r) f);