public interface DoubleTransformer<T> extends ComparableNumberTransformer<DoubleTransformer<T>,DoubleChecker<T>,T,Double>
Modifier and Type | Interface and Description |
---|---|
static class |
DoubleTransformer.Impl<OIN> |
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 DoubleTransformer<Double> |
create(Supplier<Double> value) |
default DoubleTransformer<T> |
transform(Function<DoubleTransformer<Double>,Predicate<Double>> 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 DoubleTransformer<Double> create(Supplier<Double> value)
default DoubleTransformer<T> transform(Function<DoubleTransformer<Double>,Predicate<Double>> clause)
Copyright © 2024. All rights reserved.