| Modifier and Type | Method and Description |
|---|---|
BooleanThat |
BooleanThat.is(boolean value) |
BooleanThat |
BooleanThat.is(boolean value,
String message) |
BooleanThat |
BooleanThat.is(boolean value,
java.util.function.Supplier<String> message) |
BooleanThat |
BooleanThat.isFalse() |
BooleanThat |
BooleanThat.isFalse(String message) |
BooleanThat |
BooleanThat.isFalse(java.util.function.Supplier<String> message) |
BooleanThat |
BooleanThat.isTrue() |
BooleanThat |
BooleanThat.isTrue(String message) |
BooleanThat |
BooleanThat.isTrue(java.util.function.Supplier<String> message) |
BooleanThat |
BaseThat.on(java.util.function.Predicate<E> predicate) |
static BooleanThat |
Check.that(boolean booleanCondition) |
Copyright © 2016. All rights reserved.