Uses of Interface
io.github.cowwoc.requirements13.java.validator.component.CollectionComponent
Packages that use CollectionComponent
-
Uses of CollectionComponent in io.github.cowwoc.requirements13.java.validator
Subinterfaces of CollectionComponent in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceCollectionValidator<T extends Collection<E>, E>Validates the state of aCollection.interfaceListValidator<T extends List<E>, E>Validates the state of aList.