public interface U
| Modifier and Type | Interface and Description |
|---|---|
static class |
U.Eight<T1,T2,T3,T4,T5,T6,T7,T8> |
static class |
U.Five<T1,T2,T3,T4,T5> |
static class |
U.Four<T1,T2,T3,T4> |
static class |
U.Nine<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
static class |
U.One<T1> |
static class |
U.Or<L,R>
Either Left or Right
|
static class |
U.Seven<T1,T2,T3,T4,T5,T6,T7> |
static class |
U.Six<T1,T2,T3,T4,T5,T6> |
static class |
U.Three<T1,T2,T3> |
static class |
U.Two<T1,T2> |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> U.Or<L,R> |
l(L l) |
static <T1> U.One<T1> |
of(T1 t1) |
static <T1,T2> U.Two<T1,T2> |
of(T1 t1,
T2 t2) |
static <T1,T2,T3> U.Three<T1,T2,T3> |
of(T1 t1,
T2 t2,
T3 t3) |
static <T1,T2,T3,T4> |
of(T1 t1,
T2 t2,
T3 t3,
T4 t4) |
static <T1,T2,T3,T4,T5> |
of(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T1,T2,T3,T4,T5,T6> |
of(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6) |
static <T1,T2,T3,T4,T5,T6,T7> |
of(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
of(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
of(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9) |
static <L,R> U.Or<L,R> |
r(R r) |
static <L,R> U.Or<L,R> l(L l)
static <L,R> U.Or<L,R> r(R r)
static <T1> U.One<T1> of(T1 t1)
static <T1,T2> U.Two<T1,T2> of(T1 t1, T2 t2)
static <T1,T2,T3> U.Three<T1,T2,T3> of(T1 t1, T2 t2, T3 t3)
static <T1,T2,T3,T4> U.Four<T1,T2,T3,T4> of(T1 t1, T2 t2, T3 t3, T4 t4)
static <T1,T2,T3,T4,T5> U.Five<T1,T2,T3,T4,T5> of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
static <T1,T2,T3,T4,T5,T6> U.Six<T1,T2,T3,T4,T5,T6> of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
static <T1,T2,T3,T4,T5,T6,T7> U.Seven<T1,T2,T3,T4,T5,T6,T7> of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
static <T1,T2,T3,T4,T5,T6,T7,T8> U.Eight<T1,T2,T3,T4,T5,T6,T7,T8> of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8)
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> U.Nine<T1,T2,T3,T4,T5,T6,T7,T8,T9> of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9)
Copyright © 2024. All rights reserved.