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