All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bitbucket.cowwoc.requirements.java.ArrayValidator Maven / Gradle / Ivy

/*
 * Copyright (c) 2019 Gili Tzabari
 * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
 */
package org.bitbucket.cowwoc.requirements.java;

import org.bitbucket.cowwoc.requirements.java.extension.ExtensibleArrayValidator;
import org.bitbucket.cowwoc.requirements.java.extension.ExtensibleObjectValidator;

/**
 * Validates the requirements of an array of elements.
 * 

* All methods (except those found in {@link ExtensibleObjectValidator}) imply {@link #isNotNull()}. * * @param the Object representation of the array elements */ public interface ArrayValidator extends ExtensibleArrayValidator, E, E[]> { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy