Uses of Class
dk.cloudcreate.essentials.shared.functional.tuple.comparable.ComparableTriple
-
Packages that use ComparableTriple Package Description dk.cloudcreate.essentials.shared.functional.tuple.comparable -
-
Uses of ComparableTriple in dk.cloudcreate.essentials.shared.functional.tuple.comparable
Methods in dk.cloudcreate.essentials.shared.functional.tuple.comparable that return ComparableTriple Modifier and Type Method Description <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>ComparableTriple. map1(Function<? super T1,? super R1> mappingFunction1)Map the first element of thisComparableTripleusing the mapping function<R2 extends Comparable<? super R2>>
ComparableTriple<T1,R2,T3>ComparableTriple. map2(Function<? super T2,? super R2> mappingFunction2)Map the second element of thisComparableTripleusing the mapping function<R3 extends Comparable<? super R3>>
ComparableTriple<T1,T2,R3>ComparableTriple. map3(Function<? super T3,? super R3> mappingFunction3)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 ComparableTriple Modifier and Type Method Description intComparableTriple. compareTo(ComparableTriple<T1,T2,T3> o)Method parameters in dk.cloudcreate.essentials.shared.functional.tuple.comparable with type arguments of type ComparableTriple Modifier and Type Method Description <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
-