T1 - The type of the first valueT2 - The type of the second valuepublic final class Tuple<T1,T2> extends Object implements ViewableAsTuple<T1,T2>
ViewableAsTuple| Modifier and Type | Method and Description |
|---|---|
Tuple<T1,T2> |
asTuple() |
T1 |
first() |
static <T1,T2> Tuple<T1,T2> |
of(T1 first,
T2 second) |
T2 |
second() |
Copyright © 2016 Digipost. All rights reserved.