@FunctionalInterface public interface CharPredicate1 extends AbstractCharPredicate1<CharPredicate1>
char-valued argument and produces a boolean-valued result.
This is the one-arity specialization for PredicateN.
This is the predicate specialization for CharToBooleanFunction1.
This is the char-consuming primitive specialization of Predicate1.
This is a functional interface whose functional method is AbstractCharPredicate1.test(char).
PredicateN,
CharToBooleanFunction1,
Predicate1| Modifier and Type | Method and Description |
|---|---|
default CharPredicate1 |
and(CharPredicate1 other)
Intersects this object with another object to produce a combined result.
|
default Predicate1<java.lang.Character> |
boxInput() |
default <V> Predicate1<V> |
compose(net.ashwork.functionality.Function1<? super V,? extends java.lang.Character> before) |
default <V> Predicate1<V> |
composeUnchecked(net.ashwork.functionality.Function1<? super V,? extends java.lang.Character> before) |
static CharPredicate1 |
fromFunctionVariant(net.ashwork.functionality.primitive.combined.CharToBooleanFunction1 function)
Creates an instance of this object from its
CharToBooleanFunction1 function variant. |
default CharPredicate1 |
nand(CharPredicate1 other)
Intersects this object with another object to produce the complement of a combined result.
|
default CharPredicate1 |
nor(CharPredicate1 other)
Unions this object with another object to produce the complement of a combined result.
|
default CharPredicate1 |
not()
Gets the complement of this object.
|
default CharPredicate1 |
or(CharPredicate1 other)
Unions this object with another object to produce a combined result.
|
default CharPredicate1 |
orNot(CharPredicate1 other)
Subtracts the other object from this object to produce the complement of a combined result.
|
default CharPredicate1 |
sub(CharPredicate1 other)
Subtracts the other object from this object to produce a combined result.
|
default CharPredicate1 |
xnor(CharPredicate1 other)
Disjunctively unions this object with another object to produce the complement of a combined result.
|
default CharPredicate1 |
xor(CharPredicate1 other)
Disjunctively unions this object with another object to produce a combined result.
|
andThen, andThenUnchecked, arity, test, testAllUnchecked, toFunctionVariantapplyAllAsBooleanUncheckedstatic CharPredicate1 fromFunctionVariant(net.ashwork.functionality.primitive.combined.CharToBooleanFunction1 function)
CharToBooleanFunction1 function variant.function - the function variant of this objectCharToBooleanFunction1default Predicate1<java.lang.Character> boxInput()
boxInput in interface AbstractCharPredicate1<CharPredicate1>boxInput in interface net.ashwork.functionality.partial.UnboxedInput<AbstractPredicate1<java.lang.Character,?>>Predicate1default <V> Predicate1<V> compose(net.ashwork.functionality.Function1<? super V,? extends java.lang.Character> before)
compose in interface AbstractCharPredicate1<CharPredicate1>compose in interface net.ashwork.functionality.partial.InputChainable<java.lang.Character>compose in interface net.ashwork.functionality.partial.InputChainableInput<java.lang.Character>Predicate1default <V> Predicate1<V> composeUnchecked(net.ashwork.functionality.Function1<? super V,? extends java.lang.Character> before)
composeUnchecked in interface AbstractCharPredicate1<CharPredicate1>composeUnchecked in interface net.ashwork.functionality.partial.InputChainable<java.lang.Character>composeUnchecked in interface net.ashwork.functionality.partial.InputChainableInput<java.lang.Character>Predicate1default CharPredicate1 not()
Not~A or a logical NOT.not in interface AbstractCharPredicate1<CharPredicate1>not in interface AbstractPredicateN<CharPredicate1>not in interface LogicalOperator<CharPredicate1>not in interface Nand<CharPredicate1>not in interface Nor<CharPredicate1>not in interface Notnot in interface OrNot<CharPredicate1>not in interface Sub<CharPredicate1>not in interface Xnor<CharPredicate1>not in interface Xor<CharPredicate1>default CharPredicate1 and(CharPredicate1 other)
AndA & B or a logical AND.and in interface AbstractCharPredicate1<CharPredicate1>and in interface AbstractPredicateN<CharPredicate1>and in interface And<CharPredicate1>and in interface LogicalOperator<CharPredicate1>and in interface Nand<CharPredicate1>and in interface Sub<CharPredicate1>and in interface Xnor<CharPredicate1>and in interface Xor<CharPredicate1>other - the intersected objectother objectdefault CharPredicate1 or(CharPredicate1 other)
OrA | B or a logical OR.or in interface AbstractCharPredicate1<CharPredicate1>or in interface AbstractPredicateN<CharPredicate1>or in interface LogicalOperator<CharPredicate1>or in interface Nor<CharPredicate1>or in interface Or<CharPredicate1>or in interface OrNot<CharPredicate1>or in interface Xnor<CharPredicate1>or in interface Xor<CharPredicate1>other - the unioned objectother objectdefault CharPredicate1 xor(CharPredicate1 other)
XorA ^ B or a logical XOR.xor in interface AbstractCharPredicate1<CharPredicate1>xor in interface AbstractPredicateN<CharPredicate1>xor in interface LogicalOperator<CharPredicate1>xor in interface Xnor<CharPredicate1>xor in interface Xor<CharPredicate1>other - the disjunctively unioned objectother objectdefault CharPredicate1 sub(CharPredicate1 other)
SubA - B or the relative complement.sub in interface AbstractCharPredicate1<CharPredicate1>sub in interface AbstractPredicateN<CharPredicate1>sub in interface LogicalOperator<CharPredicate1>sub in interface Sub<CharPredicate1>sub in interface Xnor<CharPredicate1>sub in interface Xor<CharPredicate1>other - the subtrahend objectother object being
subtracted from this objectdefault CharPredicate1 nand(CharPredicate1 other)
Nand~(A & B) or a logical NAND.nand in interface AbstractCharPredicate1<CharPredicate1>nand in interface AbstractPredicateN<CharPredicate1>nand in interface LogicalOperator<CharPredicate1>nand in interface Nand<CharPredicate1>other - the intersected objectother objectdefault CharPredicate1 nor(CharPredicate1 other)
Nor~(A | B) or a logical NOR.nor in interface AbstractCharPredicate1<CharPredicate1>nor in interface AbstractPredicateN<CharPredicate1>nor in interface LogicalOperator<CharPredicate1>nor in interface Nor<CharPredicate1>other - the unioned objectother objectdefault CharPredicate1 xnor(CharPredicate1 other)
Xnor~(A ^ B) or a logical XNOR.xnor in interface AbstractCharPredicate1<CharPredicate1>xnor in interface AbstractPredicateN<CharPredicate1>xnor in interface LogicalOperator<CharPredicate1>xnor in interface Xnor<CharPredicate1>other - the disjunctively unioned objectother objectdefault CharPredicate1 orNot(CharPredicate1 other)
OrNot~(A - B) or the complement of the relative complement.orNot in interface AbstractCharPredicate1<CharPredicate1>orNot in interface AbstractPredicateN<CharPredicate1>orNot in interface LogicalOperator<CharPredicate1>orNot in interface OrNot<CharPredicate1>other - the subtrahend objectother
object being subtracted from this object