strengthL<B> method

  1. @override
IVector<Tuple2<B, A>> strengthL<B>(
  1. B b
)
override

Implementation

@override IVector<Tuple2<B, A>> strengthL<B>(B b) => map((a) => tuple2(b, a));