R - root criteria typepublic interface OptionalBooleanMatcher<R> extends BooleanMatcher<R>, PresentAbsentMatcher<R>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OptionalBooleanMatcher.Self |
static interface |
OptionalBooleanMatcher.Template<R,P> |
| Modifier and Type | Method and Description |
|---|---|
static <R> CriteriaCreator<R> |
creator() |
default R |
is(Optional<Boolean> optional) |
default R |
isNot(Optional<Boolean> optional) |
is, isFalse, isNot, isTrueisAbsent, isPresentCopyright © 2020 The Immutables.org authors. All rights reserved.