public static class IntegerChecker.Impl<T> extends Checker.Base<IntegerChecker<T>,T,Integer> implements IntegerChecker<T>
IntegerChecker.Impl<T>Checker.Base<V extends Checker<V,T,R>,T,R>Matcher.JunctionType| Constructor and Description |
|---|
Impl(Supplier<T> baseValue,
Function<T,Integer> transformFunction) |
| Modifier and Type | Method and Description |
|---|---|
IntegerChecker<Integer> |
rebase()
Override this method so that it returns extending class.
|
addCheckPhrase, statementPredicate, statementValueaddPredicate, allOf, anyOf, baseValue, childPredicates, hasNoChild, me, toPredicate, transformFunction, valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualToequalTo, instanceOf, invoke, invokeStatic, notNull, nullValue, sameReferenceAs$, addCheckPhrase, checkWithPredicate, done, predicateallOf, anyOf, toPredicate, transformFunctionbooleanValue, createPredicateForAllOf, doubleValue, floatValue, integerValue, listValue, longValue, objectValue, shortValue, statementPredicate, statementValue, streamValue, stringValue, throwableValuepublic IntegerChecker<Integer> rebase()
Matcher.BaseOverride this method so that it returns extending class.
rebase in class Matcher.Base<IntegerChecker<T>,T,Integer>Copyright © 2024. All rights reserved.