All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T0> List<T0> |
_1_project0(List<Tuple._1<T0>> temp) |
static <T0,U> List<Tuple._1<U>> |
_1map0(List<Tuple._1<T0>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1> List<T0> |
_2_project0(List<Tuple._2<T0,T1>> temp) |
static <T0,T1> List<T1> |
_2_project1(List<Tuple._2<T0,T1>> temp) |
static <T0,T1,U> List<Tuple._2<U,T1>> |
_2map0(List<Tuple._2<T0,T1>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,U> List<Tuple._2<T0,U>> |
_2map1(List<Tuple._2<T0,T1>> l,
Tuple.Mapper<T1,U> mapper) |
static <T0,T1,T2,T3> List<T0> |
_3_project0(List<Tuple._3<T0,T1,T2>> temp) |
static <T0,T1,T2,T3> List<T1> |
_3_project1(List<Tuple._3<T0,T1,T2>> temp) |
static <T0,T1,T2,T3> List<T2> |
_3_project2(List<Tuple._3<T0,T1,T2>> temp) |
static <T0,T1,T2,U> List<Tuple._3<U,T1,T2>> |
_3map0(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,T2,U> List<Tuple._3<T0,U,T2>> |
_3map1(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T1,U> mapper) |
static <T0,T1,T2,U> List<Tuple._3<T0,T1,U>> |
_3map3(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T2,U> mapper) |
static <T0,T1,T2,T3> List<T0> |
_4_project0(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3> List<T1> |
_4_project1(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3> List<T2> |
_4_project2(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3> List<T3> |
_4_project3(List<Tuple._4<T0,T1,T2,T3>> temp) |
static <T0,T1,T2,T3,U> List<Tuple._4<U,T1,T2,T3>> |
_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>> |
_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>> |
_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>> |
_4map4(List<Tuple._4<T0,T1,T2,T3>> l,
Tuple.Mapper<T3,U> mapper) |
static <T0,T1> Map<T0,T1> |
arrayAsMap(Tuple._2<T0,T1>[] arr) |
static <T0,T1> List<Tuple._2<T0,T1>> |
asList(Map<T0,T1> m) |
static <T0,T1> Map<T0,T1> |
asMap(Iterable<Tuple._2<T0,T1>> it) |
static <T0,T1> Tuple._2<T0,T1> |
pair(T0 v0,
T1 v1) |
static <T0,T1,T2,T3> Tuple._4<T0,T1,T2,T3> |
quad(T0 v0,
T1 v1,
T2 v2,
T3 v3) |
static <T0> Tuple._1<T0> |
single(T0 v0) |
static <T0,T1,T2> Tuple._3<T0,T1,T2> |
triple(T0 v0,
T1 v1,
T2 v2) |