T - the generic typepublic class OptionalChecker<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
StringChecker |
asString() |
void |
isAbsent() |
void |
isOf(Object object) |
void |
isPresent() |
void |
of(org.hamcrest.Matcher<? super T> matcher) |
public StringChecker asString()
public void isAbsent()
public void isOf(Object object)
public void isPresent()
public void of(org.hamcrest.Matcher<? super T> matcher)
Copyright © 2022 The Immutables.org authors. All rights reserved.