Uses of Interface
org.klojang.check.relation.ComposableIntPredicate
Packages that use ComposableIntPredicate
Package
Description
The central package of this Java module.
A collection of functional interfaces that together constitute one category of
checks that can be executed using Klojang Check.
-
Uses of ComposableIntPredicate in org.klojang.check
Methods in org.klojang.check that return ComposableIntPredicateModifier and TypeMethodDescriptionstatic ComposableIntPredicateCommonChecks.even()Verifies that the argument is an even integer.static ComposableIntPredicateCommonChecks.negative()Verifies that the argument is a negative integer.static ComposableIntPredicateCommonChecks.odd()Verifies that the argument is an odd integer.static ComposableIntPredicateCommonChecks.positive()Verifies that the argument is a positive integer.static ComposableIntPredicateCommonChecks.zero()Verifies that the argument is zero (0). -
Uses of ComposableIntPredicate in org.klojang.check.relation
Methods in org.klojang.check.relation that return ComposableIntPredicateModifier and TypeMethodDescriptiondefault ComposableIntPredicateComposableIntPredicate.and(boolean test) Returns a new test combining this test with the specified free-form test.default 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 ComposableIntPredicateComposableIntPredicate.andAlso(IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.andAlso(IntRelation relation, int object) Returns a new test combining this test and the specified test.default ComposableIntPredicateReturns a new test combining this test with the free-form test supplied by the specifiedSupplier.default ComposableIntPredicateComposableIntPredicate.andNot(int value, IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.andNot(int subject, IntRelation relation, int object) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.andNot(IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.andNot(IntRelation relation, int object) Returns a new test combining this test and the specified test.default <S,O> ComposableIntPredicate Returns a new test combining this test and the specified test.default <T> ComposableIntPredicateReturns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.andThat(int value, IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.andThat(int subject, IntRelation relation, int object) Returns a new test combining this test and the specified test.default <S,O> ComposableIntPredicate Returns a new test combining this test and the specified test.default <T> ComposableIntPredicateReturns a new test combining this test and the specified test.static ComposableIntPredicateCompose.invalidInt()Returns aComposableIntPredicatethat always evaluates tofalse.static ComposableIntPredicateCompose.invalidIntIf(int value) Returns aComposablePredicatethat evaluates totrueif the value to be tested has the specified value.default ComposableIntPredicateComposableIntPredicate.negated()Returns the negation of this predicate.default ComposableIntPredicateComposableIntPredicate.or(boolean test) Returns a new test combining this test with the specified free-form 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 ComposableIntPredicateComposableIntPredicate.orElse(IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.orElse(IntRelation relation, int object) Returns a new test combining this test and the specified test.default ComposableIntPredicateReturns a new test combining this test with the free-form test supplied by the specifiedSupplier.default ComposableIntPredicateComposableIntPredicate.orNot(int value, IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.orNot(IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.orNot(IntRelation relation, int object) Returns a new test combining this test and the specified test.default <S,O> ComposableIntPredicate Returns a new test combining this test and the specified test.default <T> ComposableIntPredicateReturns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.orThat(int value, IntPredicate test) Returns a new test combining this test and the specified test.default ComposableIntPredicateComposableIntPredicate.orThat(int subject, IntRelation relation, int object) Returns a new test combining this test and the specified test.default <S,O> ComposableIntPredicate Returns a new test combining this test and the specified test.default <T> ComposableIntPredicateReturns a new test combining this test and the specified test.static ComposableIntPredicateCompose.validInt()Returns aComposableIntPredicatethat always evaluates totrue.static ComposableIntPredicateCompose.validIntIf(int value) Returns aComposablePredicatethat evaluates totrueif the value to be tested has the specified value.static ComposableIntPredicateCompose.validIntWhen(IntPredicate test) Converts anIntPredicateto aComposableIntPredicate.static <O> ComposableIntPredicateCompose.validIntWhen(IntObjRelation<O> relation, O object) Converts anIntObjRelationto aComposableIntPredicate.static ComposableIntPredicateCompose.validIntWhen(IntRelation relation, int object) Converts anRelationto aComposableIntPredicate.