static <T0,T1,T2,T3> TupleGetter0<Tuple4<T0,T1,T2,T3>,T0> |
Tuple4.getter0() |
Returns a getter for the 0th element in the
Tuple.
|
static <T0,T1,T2,T3> TupleGetter1<Tuple4<T0,T1,T2,T3>,T1> |
Tuple4.getter1() |
Returns a getter for the 1st element in the
Tuple.
|
static <T0,T1,T2,T3> TupleGetter2<Tuple4<T0,T1,T2,T3>,T2> |
Tuple4.getter2() |
Returns a getter for the 2nd element in the
Tuple.
|
static <T0,T1,T2,T3> TupleGetter3<Tuple4<T0,T1,T2,T3>,T3> |
Tuple4.getter3() |
Returns a getter for the 3rd element in the
Tuple.
|
static <T,T0,T1,T2,T3> Function<T,Tuple4<T0,T1,T2,T3>> |
Tuples.toTuple(Function<T,T0> m0,
Function<T,T1> m1,
Function<T,T2> m2,
Function<T,T3> m3) |
Creates and returns a Function that, when applied, creates a Tuple4 from an initial object of type T by applying the given mappers.
|