Uses of Class
dk.cloudcreate.essentials.shared.functional.tuple.comparable.ComparableTriple
Packages that use ComparableTriple
-
Uses of ComparableTriple in dk.cloudcreate.essentials.shared.functional.tuple.comparable
Methods in dk.cloudcreate.essentials.shared.functional.tuple.comparable that return ComparableTripleModifier and TypeMethodDescription<R1 extends Comparable<? super R1>,R2 extends Comparable<? super R2>, R3 extends Comparable<? super R3>>
ComparableTriple<R1,R2, R3> ComparableTriple.map(TripleFunction<? super T1, ? super T2, ? super T3, ComparableTriple<R1, R2, R3>> mappingFunction) Maps the elements of thisComparableTripleusing the mapping function<R1 extends Comparable<? super R1>,R2 extends Comparable<? super R2>, R3 extends Comparable<? super R3>>
ComparableTriple<R1,R2, R3> ComparableTriple.map(Function<? super T1, ? super R1> mappingFunction1, Function<? super T2, ? super R2> mappingFunction2, Function<? super T3, ? super R3> mappingFunction3) Maps the elements of thisComparableTripleusing three distinct mapping functions<R1 extends Comparable<? super R1>>
ComparableTriple<R1,T2, T3> Map the first element of thisComparableTripleusing the mapping function<R2 extends Comparable<? super R2>>
ComparableTriple<T1,R2, T3> Map the second element of thisComparableTripleusing the mapping function<R3 extends Comparable<? super R3>>
ComparableTriple<T1,T2, R3> Map the third element of thisComparableTripleusing the mapping functionstatic <T1 extends Comparable<? super T1>,T2 extends Comparable<? super T2>, T3 extends Comparable<? super T3>>
ComparableTriple<T1,T2, T3> ComparableTuple.of(T1 t1, T2 t2, T3 t3) Create a newComparableTuplewith 3 elementsMethods in dk.cloudcreate.essentials.shared.functional.tuple.comparable with parameters of type ComparableTripleMethod parameters in dk.cloudcreate.essentials.shared.functional.tuple.comparable with type arguments of type ComparableTripleModifier and TypeMethodDescription<R1 extends Comparable<? super R1>,R2 extends Comparable<? super R2>, R3 extends Comparable<? super R3>>
ComparableTriple<R1,R2, R3> ComparableTriple.map(TripleFunction<? super T1, ? super T2, ? super T3, ComparableTriple<R1, R2, R3>> mappingFunction) Maps the elements of thisComparableTripleusing the mapping function