strengthR<B> method

  1. @override
IHashMap<K, Tuple2<V, B>> strengthR<B>(
  1. B b
)
override

Implementation

@override IHashMap<K, Tuple2<V, B>> strengthR<B>(B b) => map((v) => tuple2(v, b));