Uses of Interface
io.github.cowwoc.requirements13.java.validator.OptionalValidator
Packages that use OptionalValidator
Package
Description
-
Uses of OptionalValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.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 io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type OptionalValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of anOptional.interfaceValidates the state of anOptional.Methods in io.github.cowwoc.requirements13.java.validator that return OptionalValidator