public final class T2<V1,V2> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
<V3> T3<V1,V2,V3> |
and(V3 _3) |
<V3,V4> T4<V1,V2,V3,V4> |
and(V3 _3,
V4 _4) |
<V3,V4,V5> T5<V1,V2,V3,V4,V5> |
and(V3 _3,
V4 _4,
V5 _5) |
<V3,V4,V5,V6> |
and(V3 _3,
V4 _4,
V5 _5,
V6 _6) |
<V3,V4,V5,V6,V7> |
and(V3 _3,
V4 _4,
V5 _5,
V6 _6,
V7 _7) |
<V3,V4,V5,V6,V7,V8> |
and(V3 _3,
V4 _4,
V5 _5,
V6 _6,
V7 _7,
V8 _8) |
<V3,V4,V5,V6,V7,V8,V9> |
and(V3 _3,
V4 _4,
V5 _5,
V6 _6,
V7 _7,
V8 _8,
V9 _9) |
boolean |
equals(Object other) |
V1 |
fst() |
int |
hashCode() |
static <U1,U2> T2<U1,U2> |
of(U1 _1,
U2 _2) |
V2 |
snd() |
String |
toString() |
Copyright © 2015. All rights reserved.