strengthL<B> method

  1. @override
Evaluation<E, R, W, S, Tuple2<B, A>> strengthL<B>(
  1. B b
)
override

Implementation

@override Evaluation<E, R, W, S, Tuple2<B, A>> strengthL<B>(B b) => map((a) => tuple2(b, a));