Uses of Interface
xyz.cofe.coll.im.Tuple2
Packages that use Tuple2
-
Uses of Tuple2 in xyz.cofe.coll.im
Classes in xyz.cofe.coll.im that implement Tuple2Methods in xyz.cofe.coll.im that return Tuple2Modifier and TypeMethodDescriptionTuple1.append(B b) static <A,B> Tuple2<A, B> Tuple.of(A a, B b) static <A,B> Tuple2<A, B> Tuple2.of(A a, B b) Methods in xyz.cofe.coll.im that return types with arguments of type Tuple2