Uses of Class
be.sddevelopment.validation.core.Constrained
Package
Description
Contains the core classes of the modular validation framework.
-
Uses of Constrained in be.sddevelopment.validation.core
Modifier and TypeMethodDescriptionConstrained.adheresTo
(Constraint<T> constraint) static <T> Constrained
<T> Constrained.constrain
(T toConstrain) static <T> Constrained
<T> Constrained.constrain
(T toConstrain, ModularRuleset<T> ruleset) <R> Constrained
<R> static <T> Constrained
<T> Constrained.of
(T toConstrain, ModularRuleset<T> ruleset)