Uses of Enum Class
org.klojang.check.relation.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
Modifier and TypeMethodDescriptionstatic Quantifier
Quantifier.allOf()
ReturnsALL
.static Quantifier
Quantifier.anyOf()
ReturnsANY
.static Quantifier
Quantifier.noneOf()
ReturnsNONE
.static Quantifier
Returns 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.Modifier and TypeMethodDescriptiondefault ComposableIntPredicate
ComposableIntPredicate.and
(int subject, IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default ComposableIntPredicate
ComposableIntPredicate.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 ComposableIntPredicate
ComposableIntPredicate.or
(int subject, IntRelation relation, Quantifier quantifier, int... objects) Returns a new test combining this test and the specified test.default ComposableIntPredicate
ComposableIntPredicate.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.