Uses of Interface
io.github.cowwoc.requirements13.java.validator.CollectionValidator
Packages that use CollectionValidator
Package
Description
-
Uses of CollectionValidator in io.github.cowwoc.requirements13.guava.validator
Methods in io.github.cowwoc.requirements13.guava.validator that return CollectionValidator -
Uses of CollectionValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return CollectionValidatorModifier and TypeMethodDescriptionstatic <T extends Collection<E>, E>
CollectionValidator<T, E> DefaultJavaValidators.checkIf(T value) Validates the state of aCollectionstatic <T extends Collection<E>, E>
CollectionValidator<T, E> Validates the state of aCollection<T extends Collection<E>, E>
CollectionValidator<T, E> JavaCheckIf.checkIf(T value) Validates the state of aCollection.<T extends Collection<E>, E>
CollectionValidator<T, E> Validates the state of aCollection.static <T extends Collection<E>, E>
CollectionValidator<T, E> DefaultJavaValidators.requireThat(T value, String name) Validates the state of aCollection.<T extends Collection<E>, E>
CollectionValidator<T, E> JavaRequireThat.requireThat(T value, String name) Validates the state of aCollection.static <T extends Collection<E>, E>
CollectionValidator<T, E> DefaultJavaValidators.that(T value) Validates the state of aCollection.static <T extends Collection<E>, E>
CollectionValidator<T, E> Validates the state of aCollection.<T extends Collection<E>, E>
CollectionValidator<T, E> JavaAssertThat.that(T value) Validates the state of aCollection.<T extends Collection<E>, E>
CollectionValidator<T, E> Validates the state of aCollection. -
Uses of CollectionValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type CollectionValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceCollectionValidator<T extends Collection<E>, E>Validates the state of aCollection.interfaceCollectionValidator<T extends Collection<E>, E>Validates the state of aCollection.interfaceCollectionValidator<T extends Collection<E>, E>Validates the state of aCollection.Methods in io.github.cowwoc.requirements13.java.validator that return CollectionValidator