Uses of Interface
com.github.cowwoc.requirements10.java.validator.CollectionValidator
Packages that use CollectionValidator
Package
Description
-
Uses of CollectionValidator in com.github.cowwoc.requirements10.guava.validator
Methods in com.github.cowwoc.requirements10.guava.validator that return CollectionValidator -
Uses of CollectionValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return CollectionValidatorModifier and TypeMethodDescriptionstatic <T extends Collection<E>,
E>
CollectionValidator<T, E> DefaultJavaValidators.checkIf
(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> 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 com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return CollectionValidator