public interface IntegerTransformer<T> extends ComparableNumberTransformer<IntegerTransformer<T>,IntegerChecker<T>,T,Integer>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntegerTransformer.Impl<T> |
Transformer.Base<TX extends Transformer<TX,V,T,R>,V extends Checker<V,T,R>,T,R>Matcher.JunctionType| Modifier and Type | Method and Description |
|---|---|
static IntegerTransformer<Integer> |
create(Supplier<Integer> value) |
default IntegerTransformer<T> |
transform(Function<IntegerTransformer<Integer>,Predicate<Integer>> clause) |
asObject, expectException, invoke, invokeStatic, stringify, toBoolean, toDouble, toFloat, toInteger, toList, toLong, toObject, toShort, toStream, toString, toThrowableaddTransformAndCheckClause, checkWithPredicate, done, satisfies, then, toBe, transformValueWithallOf, anyOf, toPredicate, transformFunctionbooleanValue, createPredicateForAllOf, doubleValue, floatValue, integerValue, listValue, longValue, objectValue, shortValue, statementPredicate, statementValue, streamValue, stringValue, throwableValuestatic IntegerTransformer<Integer> create(Supplier<Integer> value)
default IntegerTransformer<T> transform(Function<IntegerTransformer<Integer>,Predicate<Integer>> clause)
Copyright © 2024. All rights reserved.