tap<C> abstract method

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

Implementation

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