public static class ThrowableTransformer.Impl<T,E extends Throwable> extends Transformer.Base<ThrowableTransformer<T,E>,ThrowableChecker<T,E>,T,E> implements ThrowableTransformer<T,E>
ThrowableTransformer.Impl<T,E extends Throwable>Transformer.Base<TX extends Transformer<TX,V,T,R>,V extends Checker<V,T,R>,T,R>Matcher.JunctionType| Constructor and Description | 
|---|
| Impl(Supplier<T> baseValue,
    Function<T,E> transformFunction) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ThrowableTransformer<E,E> | rebase()This method is called when a matcher object is converted into a predicate. | 
| ThrowableChecker<T,E> | toChecker(Function<T,E> transformFunction) | 
addTransformAndCheckClause, statementPredicate, statementValue, then, transformValueWithaddPredicate, allOf, anyOf, baseValue, childPredicates, hasNoChild, me, toPredicate, transformFunction, valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getCause, getMessageasObject, expectException, function, invoke, invokeStatic, stringify, toBoolean, toDouble, toFloat, toInteger, toList, toLong, toObject, toShort, toStream, toString, toThrowableaddTransformAndCheckClause, satisfies, satisfies, then, toBe, transformValueWithallOf, anyOf, toPredicate, transformFunctionbooleanValue, createPredicateForAllOf, doubleValue, floatValue, integerValue, listValue, longValue, objectValue, shortValue, statementPredicate, statementValue, streamValue, stringValue, throwableValuepublic ThrowableChecker<T,E> toChecker(Function<T,E> transformFunction)
toChecker in class Transformer.Base<ThrowableTransformer<T,E extends Throwable>,ThrowableChecker<T,E extends Throwable>,T,E extends Throwable>protected ThrowableTransformer<E,E> 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<ThrowableTransformer<T,E extends Throwable>,T,E extends Throwable>Copyright © 2025. All rights reserved.