Uses of Class
org.klojang.check.IntCheck
-
Uses of IntCheck in org.klojang.check
Modifier and TypeMethodDescriptionIntCheck.and
(int arg) Returns a newIntCheck
instance for validating the specifiedint
value.Returns a newIntCheck
instance for validating the specified value.ObjectCheck.and
(int arg) Returns anIntCheck
instance for validating the specified value.Returns anIntCheck
instance for validating the specified value.IntCheck.has
(IntFunction<P> property, String name, Predicate<P> test) Validates a property of the argument.IntCheck.has
(IntFunction<P> property, String name, Relation<P, O> test, O object) Validates a property of the argument.IntCheck.has
(IntFunction<P> property, Predicate<P> test) Validates a property of the argument.IntCheck.has
(IntFunction<P> property, Predicate<P> test, String message, Object... msgArgs) Validates a property of the argument.IntCheck.has
(IntFunction<P> property, Predicate<P> test, Supplier<X2> exception) Validates a property of the argument.IntCheck.has
(IntFunction<P> property, Relation<P, O> test, O object) Validates a property of the argument.IntCheck.has
(IntFunction<P> property, Relation<P, O> test, O object, String message, Object... msgArgs) Validates a property of the argument.IntCheck.has
(IntFunction<P> property, Relation<P, O> test, O object, Supplier<X2> exception) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, String name, IntPredicate test) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, String name, IntRelation test, int object) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, IntPredicate test) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, IntPredicate test, String message, Object... msgArgs) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, IntPredicate test, Supplier<X2> exception) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, IntRelation test, int object) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, IntRelation test, int object, String message, Object... msgArgs) Validates a property of the argument.IntCheck.has
(IntUnaryOperator property, IntRelation test, int object, Supplier<X2> exception) Validates a property of the argument.IntCheck.is
(IntPredicate test) Validates the argument using the specified test.IntCheck.is
(IntPredicate test, String message, Object... msgArgs) Validates the argument using the specified test.IntCheck.is
(IntPredicate test, Supplier<X2> exception) Validates the argument using the specified test.IntCheck.is
(IntObjRelation<O> test, O object) Validates the argument using the specified test.IntCheck.is
(IntObjRelation<O> test, O object, String message, Object... msgArgs) Validates the argument using the specified test.IntCheck.is
(IntObjRelation<O> test, O object, Supplier<X2> exception) Validates the argument using the specified test.IntCheck.is
(IntRelation test, int object) Validates the argument using the specified test.IntCheck.is
(IntRelation test, int object, String message, Object... msgArgs) Validates the argument using the specified test.IntCheck.is
(IntRelation test, int object, Supplier<X2> exception) Validates the argument using the specified test.IntCheck.isNot
(IntPredicate test) Validates the argument using the specified test.IntCheck.isNot
(IntPredicate test, String message, Object... msgArgs) Validates the argument using the specified test.IntCheck.isNot
(IntPredicate test, Supplier<X2> exception) Validates the argument using the specified test.IntCheck.isNot
(IntObjRelation<O> test, O object) Validates the argument using the specified test.IntCheck.isNot
(IntObjRelation<O> test, O object, String message, Object... msgArgs) Validates the argument using the specified test.IntCheck.isNot
(IntObjRelation<O> test, O object, Supplier<X2> exception) Validates the argument using the specified test.IntCheck.isNot
(IntRelation test, int object) Validates the argument using the specified test.IntCheck.isNot
(IntRelation test, int object, String message, Object... msgArgs) Validates the argument using the specified test.IntCheck.isNot
(IntRelation test, int object, Supplier<X2> exception) Validates the argument using the specified test.IntCheck.notHas
(IntFunction<P> property, String name, Predicate<P> test) Validates a property of the argument.IntCheck.notHas
(IntFunction<P> property, String name, Relation<P, O> test, O object) Validates a property of the argument.IntCheck.notHas
(IntFunction<P> property, Predicate<P> test) Validates a property of the argument.IntCheck.notHas
(IntFunction<P> property, Predicate<P> test, String message, Object... msgArgs) Validates a property of the argument.IntCheck.notHas
(IntFunction<P> property, Predicate<P> test, Supplier<X2> exception) Validates a property of the argument.IntCheck.notHas
(IntFunction<P> property, Relation<P, O> test, O object) Validates a property of the argument.IntCheck.notHas
(IntFunction<P> property, Relation<P, O> test, O object, String message, Object... msgArgs) Validates a property of the argument.IntCheck.notHas
(IntFunction<P> property, Relation<P, O> test, O object, Supplier<X2> exception) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, String name, IntPredicate test) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, String name, IntRelation test, int object) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, IntPredicate test) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, IntPredicate test, String message, Object... msgArgs) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, IntPredicate test, Supplier<X2> exception) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, IntRelation test, int object) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, IntRelation test, int object, String message, Object... msgArgs) Validates a property of the argument.IntCheck.notHas
(IntUnaryOperator property, IntRelation test, int object, Supplier<X2> exception) Validates a property of the argument.Static factory method.Static factory method.static IntCheck
<IllegalArgumentException> Check.that
(int value) Static factory method.static IntCheck
<IllegalArgumentException> Static factory method.