-
Nested Class Summary
Nested Classes
static final class
static final class
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Pair
public Pair(F first,
S second)
-
Method Details
-
-
-
-
-
-
-
-
mapFirst
public <F2> Pair<F2,S> mapFirst(Function<? super F,? extends F2> function)
-
mapSecond
public <S2> Pair<F,S2> mapSecond(Function<? super S,? extends S2> function)
-
of
public static <F,
S> Pair<F,S> of(F first,
S second)
-