static <T0,U> List<Tuple._1<U>> |
Tuple._1map0(List<Tuple._1<T0>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,U> List<Tuple._2<U,T1>> |
Tuple._2map0(List<Tuple._2<T0,T1>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,U> List<Tuple._2<T0,U>> |
Tuple._2map1(List<Tuple._2<T0,T1>> l,
Tuple.Mapper<T1,U> mapper) |
static <T0,T1,T2,U> List<Tuple._3<U,T1,T2>> |
Tuple._3map0(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,T2,U> List<Tuple._3<T0,U,T2>> |
Tuple._3map1(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T1,U> mapper) |
static <T0,T1,T2,U> List<Tuple._3<T0,T1,U>> |
Tuple._3map3(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T2,U> mapper) |
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) |