public class OptionalMatchers
extends java.lang.Object
| Constructor and Description |
|---|
OptionalMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super java.util.Optional<?>> |
isAbsent() |
static org.hamcrest.Matcher<? super java.util.Optional<?>> |
isPresent() |