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, toThrowableaddTransformAndCheckClause, checkWithPredicate, done, satisfies, then, toBe, transformValueWithallOf, anyOf, toPredicate, transformFunctionbooleanValue, createPredicateForAllOf, doubleValue, floatValue, integerValue, listValue, longValue, objectValue, shortValue, statementPredicate, statementValue, streamValue, stringValue, throwableValuestatic DoubleTransformer<Double> create(Supplier<Double> value)
default DoubleTransformer<T> transform(Function<DoubleTransformer<Double>,Predicate<Double>> clause)
Copyright © 2024. All rights reserved.