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