| Modifier | Constructor and Description |
|---|---|
protected |
Triple(T1 _1,
T2 _2,
T3 _3) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Triple<T1,T2,T3> |
apply(T1 _1,
T2 _2,
T3 _3) |
static <T1,T2,T3> Option<Tuple3<T1,T2,T3>> |
unapply(Tuple3<T1,T2,T3> tuple) |
Copyright © 2015. All rights reserved.