Uses of Class
it.tidalwave.util.Triple
Packages that use Triple
-
Uses of Triple in it.tidalwave.util
Methods in it.tidalwave.util that return TripleModifier and TypeMethodDescriptionstatic <T,
U, V> Triple <T, U, V> Creates aTriple
from aPair
and another value.Methods in it.tidalwave.util that return types with arguments of type TripleModifier and TypeMethodDescriptionTriple.tripleRange
(Pair<T, U> pair, int from, int to) Triple.tripleRangeClosed
(Pair<T, U> pair, int from, int to) Triple.tripleStream
(Pair<T, U> pair, Stream<? extends V> stream)