- AbstractBooleanPredicate1<P extends AbstractBooleanPredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.booleans
-
Represents a predicate that accepts a boolean-valued argument and produces a boolean-valued result.
- AbstractBytePredicate1<P extends AbstractBytePredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.bytes
-
Represents a predicate that accepts a byte-valued argument and produces a boolean-valued result.
- AbstractCharPredicate1<P extends AbstractCharPredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.chars
-
Represents a predicate that accepts a char-valued argument and produces a boolean-valued result.
- AbstractDoublePredicate1<P extends AbstractDoublePredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.doubles
-
Represents a predicate that accepts a double-valued argument and produces a boolean-valued result.
- AbstractFloatPredicate1<P extends AbstractFloatPredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.floats
-
Represents a predicate that accepts a float-valued argument and produces a boolean-valued result.
- AbstractIntPredicate1<P extends AbstractIntPredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.ints
-
Represents a predicate that accepts an int-valued argument and produces a boolean-valued result.
- AbstractLongPredicate1<P extends AbstractLongPredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.longs
-
Represents a predicate that accepts a long-valued argument and produces a boolean-valued result.
- AbstractPredicate0<P extends AbstractPredicate0<P>> - Interface in net.ashwork.functionality.predicate.abstracts
-
Represents a predicate that accepts no arguments and produces a boolean-valued result.
- AbstractPredicate1<T1,P extends AbstractPredicate1<T1,P>> - Interface in net.ashwork.functionality.predicate.abstracts
-
Represents a predicate that accepts one argument and produces a boolean-valued result.
- AbstractPredicate2<T1,T2,P extends AbstractPredicate2<T1,T2,P>> - Interface in net.ashwork.functionality.predicate.abstracts
-
Represents a predicate that accepts two arguments and produces a boolean-valued result.
- AbstractPredicateN<P extends AbstractPredicateN<P>> - Interface in net.ashwork.functionality.predicate.abstracts
-
Represents a predicate that accepts n arguments and produces a boolean-valued result.
- AbstractShortPredicate1<P extends AbstractShortPredicate1<P>> - Interface in net.ashwork.functionality.predicate.abstracts.primitive.shorts
-
Represents a predicate that accepts a short-valued argument and produces a boolean-valued result.
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate0
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate2
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicateN
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.booleans.AbstractBooleanPredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.bytes.AbstractBytePredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.chars.AbstractCharPredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.doubles.AbstractDoublePredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.floats.AbstractFloatPredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.ints.AbstractIntPredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.longs.AbstractLongPredicate1
-
- and(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.shorts.AbstractShortPredicate1
-
- And<T extends And<T>> - Interface in net.ashwork.functionality.predicate.partial
-
An object which can be intersected with another object to produce a
combined result.
- and(T) - Method in interface net.ashwork.functionality.predicate.partial.And
-
Intersects this object with another object to produce a combined result.
- and(T) - Method in interface net.ashwork.functionality.predicate.partial.LogicalOperator
-
- and(T) - Method in interface net.ashwork.functionality.predicate.partial.Nand
-
- and(T) - Method in interface net.ashwork.functionality.predicate.partial.Sub
-
- and(T) - Method in interface net.ashwork.functionality.predicate.partial.Xnor
-
- and(T) - Method in interface net.ashwork.functionality.predicate.partial.Xor
-
- and(Predicate0) - Method in interface net.ashwork.functionality.predicate.Predicate0
-
- and(Predicate1<T1>) - Method in interface net.ashwork.functionality.predicate.Predicate1
-
- and(Predicate2<T1, T2>) - Method in interface net.ashwork.functionality.predicate.Predicate2
-
- and(PredicateN) - Method in interface net.ashwork.functionality.predicate.PredicateN
-
- and(PredicateN.Instance) - Method in class net.ashwork.functionality.predicate.PredicateN.Instance
-
- and(BooleanPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.booleans.BooleanPredicate1
-
- and(BytePredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.bytes.BytePredicate1
-
- and(CharPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.chars.CharPredicate1
-
- and(DoublePredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.doubles.DoublePredicate1
-
- and(FloatPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.floats.FloatPredicate1
-
- and(IntPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.ints.IntPredicate1
-
- and(LongPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.longs.LongPredicate1
-
- and(ShortPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.shorts.ShortPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate0
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate2
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.booleans.AbstractBooleanPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.bytes.AbstractBytePredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.chars.AbstractCharPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.doubles.AbstractDoublePredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.floats.AbstractFloatPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.ints.AbstractIntPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.longs.AbstractLongPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.shorts.AbstractShortPredicate1
-
- andThen(Function1<? super Boolean, ? extends V>) - Method in class net.ashwork.functionality.predicate.PredicateN.Instance
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate0
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate2
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.booleans.AbstractBooleanPredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.bytes.AbstractBytePredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.chars.AbstractCharPredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.doubles.AbstractDoublePredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.floats.AbstractFloatPredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.ints.AbstractIntPredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.longs.AbstractLongPredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.shorts.AbstractShortPredicate1
-
- andThenUnchecked(Function1<? super Boolean, ? extends V>) - Method in class net.ashwork.functionality.predicate.PredicateN.Instance
-
- applyAllAsBooleanUnchecked(Object...) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicateN
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate0
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate2
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.booleans.AbstractBooleanPredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.bytes.AbstractBytePredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.chars.AbstractCharPredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.doubles.AbstractDoublePredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.floats.AbstractFloatPredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.ints.AbstractIntPredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.longs.AbstractLongPredicate1
-
- arity() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.shorts.AbstractShortPredicate1
-
- arity() - Method in class net.ashwork.functionality.predicate.PredicateN.Instance
-
- FloatPredicate1 - Interface in net.ashwork.functionality.predicate.primitive.floats
-
Represents a predicate that accepts a float-valued argument and produces a boolean-valued result.
- fromFunctionVariant(ToBooleanFunction0) - Static method in interface net.ashwork.functionality.predicate.Predicate0
-
Creates an instance of this object from its ToBooleanFunction0 function variant.
- fromFunctionVariant(ToBooleanFunction1<T1>) - Static method in interface net.ashwork.functionality.predicate.Predicate1
-
Creates an instance of this object from its ToBooleanFunction1 function variant.
- fromFunctionVariant(ToBooleanFunction2<T1, T2>) - Static method in interface net.ashwork.functionality.predicate.Predicate2
-
Creates an instance of this object from its ToBooleanFunction2 function variant.
- fromFunctionVariant(BooleanOperator1) - Static method in interface net.ashwork.functionality.predicate.primitive.booleans.BooleanPredicate1
-
Creates an instance of this object from its BooleanOperator1 function variant.
- fromFunctionVariant(ByteToBooleanFunction1) - Static method in interface net.ashwork.functionality.predicate.primitive.bytes.BytePredicate1
-
Creates an instance of this object from its ByteToBooleanFunction1 function variant.
- fromFunctionVariant(CharToBooleanFunction1) - Static method in interface net.ashwork.functionality.predicate.primitive.chars.CharPredicate1
-
Creates an instance of this object from its CharToBooleanFunction1 function variant.
- fromFunctionVariant(DoubleToBooleanFunction1) - Static method in interface net.ashwork.functionality.predicate.primitive.doubles.DoublePredicate1
-
Creates an instance of this object from its DoubleToBooleanFunction1 function variant.
- fromFunctionVariant(FloatToBooleanFunction1) - Static method in interface net.ashwork.functionality.predicate.primitive.floats.FloatPredicate1
-
Creates an instance of this object from its FloatToBooleanFunction1 function variant.
- fromFunctionVariant(IntToBooleanFunction1) - Static method in interface net.ashwork.functionality.predicate.primitive.ints.IntPredicate1
-
Creates an instance of this object from its IntToBooleanFunction1 function variant.
- fromFunctionVariant(LongToBooleanFunction1) - Static method in interface net.ashwork.functionality.predicate.primitive.longs.LongPredicate1
-
Creates an instance of this object from its LongToBooleanFunction1 function variant.
- fromFunctionVariant(ShortToBooleanFunction1) - Static method in interface net.ashwork.functionality.predicate.primitive.shorts.ShortPredicate1
-
Creates an instance of this object from its ShortToBooleanFunction1 function variant.
- fromVariant(Predicate<T1>) - Static method in interface net.ashwork.functionality.predicate.Predicate1
-
Creates an instance of this object from its Predicate variant.
- fromVariant(BiPredicate<T1, T2>) - Static method in interface net.ashwork.functionality.predicate.Predicate2
-
Creates an instance of this object from its BiPredicate variant.
- fromVariant(DoublePredicate) - Static method in interface net.ashwork.functionality.predicate.primitive.doubles.DoublePredicate1
-
Creates an instance of this object from its DoublePredicate variant.
- fromVariant(IntPredicate) - Static method in interface net.ashwork.functionality.predicate.primitive.ints.IntPredicate1
-
Creates an instance of this object from its IntPredicate variant.
- fromVariant(LongPredicate) - Static method in interface net.ashwork.functionality.predicate.primitive.longs.LongPredicate1
-
Creates an instance of this object from its LongPredicate variant.
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate0
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate2
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicateN
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.booleans.AbstractBooleanPredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.bytes.AbstractBytePredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.chars.AbstractCharPredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.doubles.AbstractDoublePredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.floats.AbstractFloatPredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.ints.AbstractIntPredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.longs.AbstractLongPredicate1
-
- nand(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.shorts.AbstractShortPredicate1
-
- nand(T) - Method in interface net.ashwork.functionality.predicate.partial.LogicalOperator
-
- Nand<T extends Nand<T>> - Interface in net.ashwork.functionality.predicate.partial
-
An object which can be intersected with another object to produce the
complement of a combined result.
- nand(T) - Method in interface net.ashwork.functionality.predicate.partial.Nand
-
Intersects this object with another object to produce the complement of a combined result.
- nand(Predicate0) - Method in interface net.ashwork.functionality.predicate.Predicate0
-
- nand(Predicate1<T1>) - Method in interface net.ashwork.functionality.predicate.Predicate1
-
- nand(Predicate2<T1, T2>) - Method in interface net.ashwork.functionality.predicate.Predicate2
-
- nand(PredicateN.Instance) - Method in class net.ashwork.functionality.predicate.PredicateN.Instance
-
- nand(PredicateN) - Method in interface net.ashwork.functionality.predicate.PredicateN
-
- nand(BooleanPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.booleans.BooleanPredicate1
-
- nand(BytePredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.bytes.BytePredicate1
-
- nand(CharPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.chars.CharPredicate1
-
- nand(DoublePredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.doubles.DoublePredicate1
-
- nand(FloatPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.floats.FloatPredicate1
-
- nand(IntPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.ints.IntPredicate1
-
- nand(LongPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.longs.LongPredicate1
-
- nand(ShortPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.shorts.ShortPredicate1
-
- net.ashwork.functionality.predicate - package net.ashwork.functionality.predicate
-
This package holds all basic Predicates (from some input(s) T1, T2, ...
- net.ashwork.functionality.predicate.abstracts - package net.ashwork.functionality.predicate.abstracts
-
The interfaces in this package are annotated with InheritOnly.
- net.ashwork.functionality.predicate.abstracts.primitive.booleans - package net.ashwork.functionality.predicate.abstracts.primitive.booleans
-
Abstract predicates that have specialized boolean-valued type parameters.
- net.ashwork.functionality.predicate.abstracts.primitive.bytes - package net.ashwork.functionality.predicate.abstracts.primitive.bytes
-
Abstract predicates that have specialized byte-valued type parameters.
- net.ashwork.functionality.predicate.abstracts.primitive.chars - package net.ashwork.functionality.predicate.abstracts.primitive.chars
-
Abstract predicates that have specialized char-valued type parameters.
- net.ashwork.functionality.predicate.abstracts.primitive.doubles - package net.ashwork.functionality.predicate.abstracts.primitive.doubles
-
Abstract predicates that have specialized double-valued type parameters.
- net.ashwork.functionality.predicate.abstracts.primitive.floats - package net.ashwork.functionality.predicate.abstracts.primitive.floats
-
Abstract predicates that have specialized float-valued type parameters.
- net.ashwork.functionality.predicate.abstracts.primitive.ints - package net.ashwork.functionality.predicate.abstracts.primitive.ints
-
Abstract predicates that have specialized int-valued type parameters.
- net.ashwork.functionality.predicate.abstracts.primitive.longs - package net.ashwork.functionality.predicate.abstracts.primitive.longs
-
Abstract predicates that have specialized long-valued type parameters.
- net.ashwork.functionality.predicate.abstracts.primitive.shorts - package net.ashwork.functionality.predicate.abstracts.primitive.shorts
-
Abstract predicates that have specialized short-valued type parameters.
- net.ashwork.functionality.predicate.partial - package net.ashwork.functionality.predicate.partial
-
Partial expressions are genericized portions of the functional interfaces that
can apply to multiple unrelated functional interfaces.
- net.ashwork.functionality.predicate.primitive.booleans - package net.ashwork.functionality.predicate.primitive.booleans
-
Predicates that have specialized boolean-valued type parameters.
- net.ashwork.functionality.predicate.primitive.bytes - package net.ashwork.functionality.predicate.primitive.bytes
-
Predicates that have specialized byte-valued type parameters.
- net.ashwork.functionality.predicate.primitive.chars - package net.ashwork.functionality.predicate.primitive.chars
-
Predicates that have specialized char-valued type parameters.
- net.ashwork.functionality.predicate.primitive.doubles - package net.ashwork.functionality.predicate.primitive.doubles
-
Predicates that have specialized double-valued type parameters.
- net.ashwork.functionality.predicate.primitive.floats - package net.ashwork.functionality.predicate.primitive.floats
-
Predicates that have specialized float-valued type parameters.
- net.ashwork.functionality.predicate.primitive.ints - package net.ashwork.functionality.predicate.primitive.ints
-
Predicates that have specialized int-valued type parameters.
- net.ashwork.functionality.predicate.primitive.longs - package net.ashwork.functionality.predicate.primitive.longs
-
Predicates that have specialized long-valued type parameters.
- net.ashwork.functionality.predicate.primitive.shorts - package net.ashwork.functionality.predicate.primitive.shorts
-
Predicates that have specialized short-valued type parameters.
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate0
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate2
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicateN
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.booleans.AbstractBooleanPredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.bytes.AbstractBytePredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.chars.AbstractCharPredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.doubles.AbstractDoublePredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.floats.AbstractFloatPredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.ints.AbstractIntPredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.longs.AbstractLongPredicate1
-
- nor(P) - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.shorts.AbstractShortPredicate1
-
- nor(T) - Method in interface net.ashwork.functionality.predicate.partial.LogicalOperator
-
- Nor<T extends Nor<T>> - Interface in net.ashwork.functionality.predicate.partial
-
An object which can be unioned with another object to produce the
complement of a combined result.
- nor(T) - Method in interface net.ashwork.functionality.predicate.partial.Nor
-
Unions this object with another object to produce the complement of a combined result.
- nor(Predicate0) - Method in interface net.ashwork.functionality.predicate.Predicate0
-
- nor(Predicate1<T1>) - Method in interface net.ashwork.functionality.predicate.Predicate1
-
- nor(Predicate2<T1, T2>) - Method in interface net.ashwork.functionality.predicate.Predicate2
-
- nor(PredicateN.Instance) - Method in class net.ashwork.functionality.predicate.PredicateN.Instance
-
- nor(PredicateN) - Method in interface net.ashwork.functionality.predicate.PredicateN
-
- nor(BooleanPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.booleans.BooleanPredicate1
-
- nor(BytePredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.bytes.BytePredicate1
-
- nor(CharPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.chars.CharPredicate1
-
- nor(DoublePredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.doubles.DoublePredicate1
-
- nor(FloatPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.floats.FloatPredicate1
-
- nor(IntPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.ints.IntPredicate1
-
- nor(LongPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.longs.LongPredicate1
-
- nor(ShortPredicate1) - Method in interface net.ashwork.functionality.predicate.primitive.shorts.ShortPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate0
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicate2
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.AbstractPredicateN
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.booleans.AbstractBooleanPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.bytes.AbstractBytePredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.chars.AbstractCharPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.doubles.AbstractDoublePredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.floats.AbstractFloatPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.ints.AbstractIntPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.longs.AbstractLongPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.abstracts.primitive.shorts.AbstractShortPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.partial.LogicalOperator
-
- not() - Method in interface net.ashwork.functionality.predicate.partial.Nand
-
- not() - Method in interface net.ashwork.functionality.predicate.partial.Nor
-
- Not - Interface in net.ashwork.functionality.predicate.partial
-
An object which can provide its complement.
- not() - Method in interface net.ashwork.functionality.predicate.partial.Not
-
Gets the complement of this object.
- not() - Method in interface net.ashwork.functionality.predicate.partial.OrNot
-
- not() - Method in interface net.ashwork.functionality.predicate.partial.Sub
-
- not() - Method in interface net.ashwork.functionality.predicate.partial.Xnor
-
- not() - Method in interface net.ashwork.functionality.predicate.partial.Xor
-
- not() - Method in interface net.ashwork.functionality.predicate.Predicate0
-
- not() - Method in interface net.ashwork.functionality.predicate.Predicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.Predicate2
-
- not() - Method in class net.ashwork.functionality.predicate.PredicateN.Instance
-
- not() - Method in interface net.ashwork.functionality.predicate.PredicateN
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.booleans.BooleanPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.bytes.BytePredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.chars.CharPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.doubles.DoublePredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.floats.FloatPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.ints.IntPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.longs.LongPredicate1
-
- not() - Method in interface net.ashwork.functionality.predicate.primitive.shorts.ShortPredicate1
-