Package ch.bluecare.commons.data
Class Pair<A,B>
java.lang.Object
ch.bluecare.commons.data.Pair<A,B>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfirst()inthashCode()static <A,B> Pair<A, B> of(A a, B b) second()static <A,B> Pair<A, B> swapped(B b, A a) toString()tupled(BiFunction<A, B, C> f) tupled(BiPredicate<A, B> f) static <A,B, C> BiFunction<A, B, C> static <A,B> BiPredicate<A, B>