public class Tpl extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Tpl2<T1,T2> |
apply(T1 _1,
T2 _2) |
static <T1,T2,T3> Tpl3<T1,T2,T3> |
apply(T1 _1,
T2 _2,
T3 _3) |
static <T1,T2,T3,T4> |
apply(T1 _1,
T2 _2,
T3 _3,
T4 _4) |
static <T1,T2,T3,T4,T5> |
apply(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5) |
public static <T1,T2> Tpl2<T1,T2> apply(T1 _1, T2 _2)
public static <T1,T2,T3> Tpl3<T1,T2,T3> apply(T1 _1, T2 _2, T3 _3)
public static <T1,T2,T3,T4> Tpl4<T1,T2,T3,T4> apply(T1 _1, T2 _2, T3 _3, T4 _4)
public static <T1,T2,T3,T4,T5> Tpl5<T1,T2,T3,T4,T5> apply(T1 _1, T2 _2, T3 _3, T4 _4, T5 _5)
Copyright © 2015. All rights reserved.