Uses of Interface
com.github.cowwoc.requirements10.java.validator.OptionalValidator
Packages that use OptionalValidator
Package
Description
-
Uses of OptionalValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return OptionalValidatorModifier and TypeMethodDescriptionstatic <T> OptionalValidator
<T> Validates the state of anOptional
.static <T> OptionalValidator
<T> Validates the state of anOptional
.<T> OptionalValidator
<T> Validates the state of anOptional
.<T> OptionalValidator
<T> Validates the state of anOptional
.static <T> OptionalValidator
<T> DefaultJavaValidators.requireThat
(Optional<T> value, String name) Validates the state of anOptional
.<T> OptionalValidator
<T> JavaRequireThat.requireThat
(Optional<T> value, String name) Validates the state of anOptional
.static <T> OptionalValidator
<T> Validates the state of anOptional
.static <T> OptionalValidator
<T> Validates the state of anOptional
.<T> OptionalValidator
<T> Validates the state of anOptional
.<T> OptionalValidator
<T> Validates the state of anOptional
. -
Uses of OptionalValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return OptionalValidator