| Package | Description |
|---|---|
| wtf.g4s8.tuples | |
| wtf.g4s8.tuples.hm |
| Modifier and Type | Method and Description |
|---|---|
static <T> Unit<T> |
Unit.of(T val)
New unit.
|
default Unit<T> |
Pair.pop()
Skip second value to make a unit.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<Unit<? extends T>> |
Unit.maybe(Optional<? extends T> optional) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UnitMatcher.describeMismatchSafely(Unit<T> item,
org.hamcrest.Description description) |
protected boolean |
UnitMatcher.matchesSafely(Unit<T> item) |
Copyright © 2021. All rights reserved.