Uses of Enum Class
org.klojang.check.relation.Quantifier
Packages that use Quantifier
Package
Description
A collection of functional interfaces that together constitute one category of
checks that can be executed using Klojang Check.
-
Uses of Quantifier in org.klojang.check.relation
Methods in org.klojang.check.relation that return QuantifierModifier and TypeMethodDescriptionstatic QuantifierQuantifier.allOf()ReturnsALL.static QuantifierQuantifier.anyOf()ReturnsANY.static QuantifierQuantifier.noneOf()ReturnsNONE.static QuantifierReturns the enum constant of this class with the specified name.static Quantifier[]Quantifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.klojang.check.relation with parameters of type QuantifierModifier and TypeMethodDescriptiondefault ComposableIntPredicateComposableIntPredicate.and(int subject, IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.and(IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default <S,O, P extends O>
ComposableIntPredicateComposableIntPredicate.and(S subject, Relation<S, O> relation, Quantifier quantifier, P... objects) Returns a new test combining this test and the specified test.default <V> ComposablePredicate<V> ComposablePredicate.and(int subject, IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default <O,P extends O, V>
ComposablePredicate<V> ComposablePredicate.and(Relation<V, O> relation, Quantifier quantifier, P... objects) Returns a new test combining this test and the specified test.default <S,O, P extends O, V>
ComposablePredicate<V> ComposablePredicate.and(S subject, Relation<S, O> relation, Quantifier quantifier, P... objects) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.or(int subject, IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.or(IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default <S,O, P extends O>
ComposableIntPredicateComposableIntPredicate.or(S subject, Relation<S, O> relation, Quantifier quantifier, P... objects) Returns a new test combining this test and the specified test.default <V> ComposablePredicate<V> ComposablePredicate.or(int subject, IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default <O,P extends O, V>
ComposablePredicate<V> ComposablePredicate.or(Relation<V, O> relation, Quantifier quantifier, P... objects) Returns a new test combining this test and the specified test.default <S,O, P extends O, V>
ComposablePredicate<V> ComposablePredicate.or(S subject, Relation<S, O> relation, Quantifier quantifier, P... objects) Returns a new test combining this test and the specified test.