| Package | Description |
|---|---|
| wtf.g4s8.tuples | |
| wtf.g4s8.tuples.hm |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Pair<T,U> |
Pair.of(T first,
U second)
New pair.
|
default Pair<T,U> |
Triplet.pop()
Skip third item to make a pair.
|
default <U> Pair<T,U> |
Unit.push(U val)
Push second item to make a pair.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Iterable<Pair<T,U>> |
Pair.zip(Iterable<? extends T> first,
Iterable<? extends U> second)
Zip two iterables into single iterable of pairs.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PairMatcher.describeMismatchSafely(Pair<T,V> item,
org.hamcrest.Description description) |
protected boolean |
PairMatcher.matchesSafely(Pair<T,V> item) |
Copyright © 2021. All rights reserved.