public interface OptionalObjectMatcher<R,S> extends PresentAbsentMatcher<R>, Matcher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OptionalObjectMatcher.Self<S> |
static interface |
OptionalObjectMatcher.Template<R,S,P> |
| Modifier and Type | Method and Description |
|---|---|
static <R> CriteriaCreator<R> |
creator() |
default S |
value() |
isAbsent, isPresentdefault S value()
static <R> CriteriaCreator<R> creator()
Copyright © 2020 The Immutables.org authors. All rights reserved.