public static class BooleanChecker.Impl<T> extends Checker.Base<BooleanChecker<T>,T,Boolean> implements BooleanChecker<T>
BooleanChecker.Impl<T>Checker.Base<V extends Checker<V,T,R>,T,R>Matcher.JunctionType| Constructor and Description |
|---|
Impl(Supplier<T> baseValue,
Function<T,Boolean> transformingFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected BooleanChecker<Boolean> |
rebase()
This method is called when a matcher object is converted into a predicate.
|
addCheckPhrase, statementPredicate, statementValueaddPredicate, allOf, anyOf, baseValue, childPredicates, hasNoChild, me, toPredicate, transformFunction, valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, falseValue, trueValueequalTo, instanceOf, invoke, invokeStatic, notNull, nullValue, sameReferenceAs$, addCheckPhrase, checkWithPredicate, done, not, predicateallOf, anyOf, toPredicate, transformFunctionbooleanValue, createPredicateForAllOf, doubleValue, floatValue, integerValue, listValue, longValue, objectValue, shortValue, statementPredicate, statementValue, streamValue, stringValue, throwableValueprotected BooleanChecker<Boolean> rebase()
Matcher.BaseThis method is called when a matcher object is converted into a predicate. Override this method so that it returns extending class.
rebase in class Matcher.Base<BooleanChecker<T>,T,Boolean>Copyright © 2025. All rights reserved.