Uses of Class
dk.cloudcreate.essentials.shared.functional.tuple.Triple
Packages that use Triple
-
Uses of Triple in dk.cloudcreate.essentials.shared.functional.tuple
Methods in dk.cloudcreate.essentials.shared.functional.tuple that return TripleModifier and TypeMethodDescription<R1,R2, R3> Triple<R1, R2, R3> Maps the elements of thisTripleusing the mapping function<R1,R2, R3> Triple<R1, R2, R3> Triple.map(Function<? super T1, ? super R1> mappingFunction1, Function<? super T2, ? super R2> mappingFunction2, Function<? super T3, ? super R3> mappingFunction3) Maps the elements of thisTripleusing three distinct mapping functionsMap the first element of thisTripleusing the mapping functionMap the second element of thisTripleusing the mapping functionMap the third element of thisTripleusing the mapping functionstatic <T1,T2, T3> Triple<T1, T2, T3> Tuple.of(T1 t1, T2 t2, T3 t3) Create a newTuplewith 3 elementsMethod parameters in dk.cloudcreate.essentials.shared.functional.tuple with type arguments of type Triple