Uses of Class
it.tidalwave.util.Triple
-
Uses of Triple in it.tidalwave.util
Modifier and TypeMethodDescriptionstatic <T,
U, V> Triple <T, U, V> Creates aTriple
from aPair
and another value.Modifier 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)