Uses of Class
com.gengoai.tuple.Tuple4
-
Packages that use Tuple4 Package Description com.gengoai.tuple Pairs, Triples, Quadruples, and general NTuples -
-
Uses of Tuple4 in com.gengoai.tuple
Methods in com.gengoai.tuple that return Tuple4 Modifier and Type Method Description static <F,S,T,D>
Tuple4<F,S,T,D>Tuples. $(F first, S second, T third, D fourth)
Creates a tuple with degree four.<T> Tuple4<T,A,B,C>
Tuple3. appendLeft(T object)
<T> Tuple4<A,B,C,T>
Tuple3. appendRight(T object)
Tuple4<A,B,C,D>
Tuple4. copy()
static <A,B,C,D>
Tuple4<A,B,C,D>Tuple4. of(A a, B b, C c, D d)
Static constructor
-