public interface BooleanTransformer<T> extends AbstractObjectTransformer<BooleanTransformer<T>,BooleanChecker<T>,T,Boolean>
Modifier and Type | Interface and Description |
---|---|
static class |
BooleanTransformer.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 BooleanTransformer<Boolean> |
create(Supplier<Boolean> value) |
default BooleanTransformer<T> |
transform(Function<BooleanTransformer<Boolean>,Predicate<Boolean>> 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 BooleanTransformer<Boolean> create(Supplier<Boolean> value)
default BooleanTransformer<T> transform(Function<BooleanTransformer<Boolean>,Predicate<Boolean>> clause)
Copyright © 2024. All rights reserved.