Closed hohwille closed 8 years ago
Instances of AbstractValidator can be composed using the append method. However, called on or with ValidatorNone should not result in a ComposedValidator that contains ValidatorNone what is pointless.
AbstractValidator
append
ValidatorNone
ComposedValidator
Done.
Instances of
AbstractValidator
can be composed using theappend
method. However, called on or withValidatorNone
should not result in aComposedValidator
that containsValidatorNone
what is pointless.