strengthR<B> method

  1. @override
Either<L, Tuple2<R, B>> strengthR<B>(
  1. B b
)
override

Implementation

@override Either<L, Tuple2<R, B>> strengthR<B>(B b) => map((a) => tuple2(a, b));