Uses of Class
org.apache.juneau.assertions.AssertionPredicate
Packages that use AssertionPredicate
-
Uses of AssertionPredicate in org.apache.juneau.assertions
Subclasses of AssertionPredicate in org.apache.juneau.assertionsModifier and TypeClassDescriptionstatic class
Encapsulates multiple predicates into a single AND operation.static class
Negates an assertion.static class
Encapsulates multiple predicates into a single OR operation.Methods in org.apache.juneau.assertions that return AssertionPredicateModifier and TypeMethodDescriptionstatic final <T> AssertionPredicate<T>
Combines the specified predicates into a singled AND'ed predicate.static final <T> AssertionPredicate<T>
AssertionPredicates.any()
Predicate that always returnstrue .static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string contains the specified substring.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value equals the specified value.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string matches the specified value.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string does not match the specified value ignoring case.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value is exactly specified type.static final <T> AssertionPredicate<T>
AssertionPredicates.isNull()
Predicate that returnstrue if the tested value is null.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string matches the specified match pattern.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value does not match the specified value.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string does not match the specified value.static final <T> AssertionPredicate<T>
Negates the specified predicate.static final <T> AssertionPredicate<T>
AssertionPredicates.notNull()
Predicate that returnstrue if the tested value is not null.static final <T> AssertionPredicate<T>
Combines the specified predicates into a singled OR'ed predicate.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string matches the specified regular expression.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string matches the specified regular expression.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value converted to a string matches the specified regular expression.static final <T> AssertionPredicate<T>
Predicate that wraps another predicate.static final <T> AssertionPredicate<T>
Predicate that wraps another predicate.static final <T> AssertionPredicate<T>
Predicate that returnstrue if the tested value is the specified or child type.