Uses of Class
be.sddevelopment.validation.core.Constrained
Packages that use Constrained
Package
Description
Contains the core classes of the modular validation framework.
-
Uses of Constrained in be.sddevelopment.validation.core
Methods in be.sddevelopment.validation.core that return ConstrainedModifier 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)