public class Tuple<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Tuple<A,B> |
empty() |
A |
getFirst() |
B |
getSecond() |
static <A,B> Tuple<A,B> |
of(A first,
B second) |
void |
setFirst(A first) |
void |
setSecond(B second) |
Copyright © 2020. All rights reserved.