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, toThrowable
addTransformAndCheckClause, checkWithPredicate, done, satisfies, then, toBe, transformValueWith
allOf, anyOf, toPredicate, transformFunction
booleanValue, createPredicateForAllOf, doubleValue, floatValue, integerValue, listValue, longValue, objectValue, shortValue, statementPredicate, statementValue, streamValue, stringValue, throwableValue
static IntegerTransformer<Integer> create(Supplier<Integer> value)
default IntegerTransformer<T> transform(Function<IntegerTransformer<Integer>,Predicate<Integer>> clause)
Copyright © 2024. All rights reserved.