- oneOf(Collection<D>) - Static method in class fluent.validation.BasicChecks
-
Create matcher, that matches, if tested object meets one of provided alternatives (or).
- oneOf(D...) - Static method in class fluent.validation.BasicChecks
-
Create matcher, that matches, if tested object meets one of provided alternatives (or).
- oneOf(Collection<D>) - Static method in class fluent.validation.Checks
-
Create matcher, that matches, if tested object meets one of provided alternatives (or).
- oneOf(D...) - Static method in class fluent.validation.Checks
-
Create matcher, that matches, if tested object meets one of provided alternatives (or).
- or() - Method in class fluent.validation.AbstractCheckDsl
-
- or(Check<? super U>) - Method in class fluent.validation.Check
-
Compose this check with another one using logical OR operator.
- outParameter(int, Class<T>, Check<? super T>) - Static method in class fluent.validation.DatabaseChecks
-