R - root criteria typepublic interface BooleanMatcher<R> extends Matcher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BooleanMatcher.Self |
static interface |
BooleanMatcher.Template<R> |
| Modifier and Type | Method and Description |
|---|---|
static <R> CriteriaCreator<R> |
creator() |
default R |
is(boolean value) |
default R |
isFalse() |
default R |
isNot(boolean value) |
default R |
isTrue() |
default R isTrue()
default R isFalse()
default R is(boolean value)
default R isNot(boolean value)
static <R> CriteriaCreator<R> creator()
Copyright © 2020 The Immutables.org authors. All rights reserved.