Uses of Class
org.klojang.check.ObjectCheck
Packages that use ObjectCheck
-
Uses of ObjectCheck in org.klojang.check
Methods in org.klojang.check that return ObjectCheckModifier and TypeMethodDescription<T> ObjectCheck<T, X> IntCheck.and(T arg) Returns a newObjectCheckinstance for validating the specified value.<T> ObjectCheck<T, X> Returns a newObjectCheckinstance for validating the specified value.<U> ObjectCheck<U, X> ObjectCheck.and(U arg) Returns a newObjectCheckinstance for validating the specified value; supposedly another value than the one validated by this instance.<U> ObjectCheck<U, X> Returns a newObjectCheckinstance for validating the specified value; supposedly another value than the one validated by this instance.<P> ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P,O> ObjectCheck <T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P> ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P> ObjectCheck<T, X> Validates a property of the argument using the specified test.<P, X2 extends Exception>
ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P,O> ObjectCheck <T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P,O> ObjectCheck <T, X> ObjectCheck.has(Function<T, P> property, Relation<P, O> test, O object, String message, Object... msgArgs) Validates a property of the argument using the specified test.<P, O, X2 extends Exception>
ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.has(ToIntFunction<T> property, String name, IntPredicate test) Validates a property of the argument, retrieved through the specified function, using the specified test.<O> ObjectCheck<T, X> ObjectCheck.has(ToIntFunction<T> property, String name, IntObjRelation<O> test, O object) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.has(ToIntFunction<T> property, String name, IntRelation test, int object) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.has(ToIntFunction<T> property, IntPredicate test) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.has(ToIntFunction<T> property, IntPredicate test, String message, Object... msgArgs) Validates a property of the argument using the specified test.<X2 extends Exception>
ObjectCheck<T, X> ObjectCheck.has(ToIntFunction<T> property, IntPredicate test, Supplier<X2> exception) Validates a property of the argument, retrieved through the specified function, using the specified test.<O> ObjectCheck<T, X> ObjectCheck.has(ToIntFunction<T> property, IntObjRelation<O> test, O object) Validates a property of the argument, retrieved through the specified function, using the specified test.<O> ObjectCheck<T, X> ObjectCheck.has(ToIntFunction<T> property, IntObjRelation<O> test, O object, String message, Object... msgArgs) Validates the argument using the specified test.<O, X2 extends Exception>
ObjectCheck<T, X> ObjectCheck.has(ToIntFunction<T> property, IntObjRelation<O> test, O object, Supplier<X2> exception) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.has(ToIntFunction<T> property, IntRelation test, int object) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.has(ToIntFunction<T> property, IntRelation test, int object, String message, Object... msgArgs) Validates a property of the argument, retrieved through the specified function, using the specified test.<X2 extends Exception>
ObjectCheck<T, X> ObjectCheck.has(ToIntFunction<T> property, IntRelation test, int object, Supplier<X2> exception) Validates a property of the argument, retrieved through the specified function, using the specified test.Validates the argument using the specified test.Validates the argument using the specified test.<X2 extends Exception>
ObjectCheck<T, X> Validates the argument using the specified test.<O> ObjectCheck<T, X> Validates the argument using the specified test.<O> ObjectCheck<T, X> Validates the argument using the specified test.<O, X2 extends Exception>
ObjectCheck<T, X> Validates the argument using the specified test.Validates the argument using the specified test.Validates the argument using the specified test.<X2 extends Exception>
ObjectCheck<T, X> Validates the argument using the specified test.<O> ObjectCheck<T, X> Validates the argument using the specified test.<O> ObjectCheck<T, X> Validates the argument using the specified test.<O, X2 extends Exception>
ObjectCheck<T, X> Validates the argument using the specified test.<P> ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P,O> ObjectCheck <T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P> ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P> ObjectCheck<T, X> Validates a property of the argument using the specified test.<P, X2 extends Exception>
ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P,O> ObjectCheck <T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.<P,O> ObjectCheck <T, X> ObjectCheck.notHas(Function<T, P> property, Relation<P, O> test, O object, String message, Object... msgArgs) Validates a property of the argument using the specified test.<P, O, X2 extends Exception>
ObjectCheck<T, X> Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.notHas(ToIntFunction<T> property, String name, IntPredicate test) Validates a property of the argument, retrieved through the specified function, using the specified test.<O> ObjectCheck<T, X> ObjectCheck.notHas(ToIntFunction<T> property, String name, IntObjRelation<O> test, O object) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.notHas(ToIntFunction<T> property, String name, IntRelation test, int object) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.notHas(ToIntFunction<T> property, IntPredicate test) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.notHas(ToIntFunction<T> property, IntPredicate test, String message, Object... msgArgs) Validates a property of the argument using the specified test.<X2 extends Exception>
ObjectCheck<T, X> ObjectCheck.notHas(ToIntFunction<T> property, IntPredicate test, Supplier<X2> exception) Validates a property of the argument, retrieved through the specified function, using the specified test.<O> ObjectCheck<T, X> ObjectCheck.notHas(ToIntFunction<T> property, IntObjRelation<O> test, O object) Validates a property of the argument, retrieved through the specified function, using the specified test.<O> ObjectCheck<T, X> ObjectCheck.notHas(ToIntFunction<T> property, IntObjRelation<O> test, O object, String message, Object... msgArgs) Validates a property of the argument using the specified test.<O, X2 extends Exception>
ObjectCheck<T, X> ObjectCheck.notHas(ToIntFunction<T> property, IntObjRelation<O> test, O object, Supplier<X2> exception) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.notHas(ToIntFunction<T> property, IntRelation test, int object) Validates a property of the argument, retrieved through the specified function, using the specified test.ObjectCheck.notHas(ToIntFunction<T> property, IntRelation test, int object, String message, Object... msgArgs) Validates a property of the argument using the specified test.<X2 extends Exception>
ObjectCheck<T, X> ObjectCheck.notHas(ToIntFunction<T> property, IntRelation test, int object, Supplier<X2> exception) Validates a property of the argument, retrieved through the specified function, using the specified test.static <T> ObjectCheck<T, IllegalArgumentException> Check.notNull(T value) Static factory method.static <T> ObjectCheck<T, IllegalArgumentException> Static factory method.static <T, X extends Exception>
ObjectCheck<T, X> Static factory method.static <T, X extends Exception>
ObjectCheck<T, X> Static factory method.static <T> ObjectCheck<T, IllegalArgumentException> Check.that(T value) Static factory method.static <T> ObjectCheck<T, IllegalArgumentException> Static factory method.