public class Check extends Object
| Modifier and Type | Method and Description |
|---|---|
static BooleanThat |
that(boolean booleanCondition) |
static <E> GenericThat<E> |
that(E object) |
static IntegerThat |
that(long number) |
static <E> CollectionThat<E> |
thatCollectionOf(Collection<? extends E> collection) |
static void |
thatIsFalse(boolean booleanCondition) |
static void |
thatIsTrue(boolean booleanCondition) |
static <E> RuleThat<E> |
thatRule(java.util.function.Predicate<E> rule) |
public static <E> CollectionThat<E> thatCollectionOf(@NonNull Collection<? extends E> collection)
public static BooleanThat that(boolean booleanCondition)
public static void thatIsFalse(boolean booleanCondition)
public static void thatIsTrue(boolean booleanCondition)
public static IntegerThat that(long number)
public static <E> GenericThat<E> that(@NonNull E object)
public static <E> RuleThat<E> thatRule(@NonNull java.util.function.Predicate<E> rule)
Copyright © 2017. All rights reserved.