static <T0,T1,T2,T3> List<T0> |
Tuple._4_project0(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3> List<T1> |
Tuple._4_project1(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3> List<T2> |
Tuple._4_project2(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3> List<T3> |
Tuple._4_project3(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3,U> List<Tuple._4<U,T1,T2,T3>> |
Tuple._4map0(List<Tuple._4<T0,T1,T2,T3>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,T2,T3,U> List<Tuple._4<T0,U,T2,T3>> |
Tuple._4map1(List<Tuple._4<T0,T1,T2,T3>> l,
Tuple.Mapper<T1,U> mapper) |
static <T0,T1,T2,T3,U> List<Tuple._4<T0,T1,U,T3>> |
Tuple._4map3(List<Tuple._4<T0,T1,T2,T3>> l,
Tuple.Mapper<T2,U> mapper) |
static <T0,T1,T2,T3,U> List<Tuple._4<T0,T1,T2,U>> |
Tuple._4map4(List<Tuple._4<T0,T1,T2,T3>> l,
Tuple.Mapper<T3,U> mapper) |