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

io.polyglotted.eswrapper.validation.Validator Maven / Gradle / Ivy

package io.polyglotted.eswrapper.validation;

import java.util.Collection;

public interface Validator {

    Validity validate(Collection updateIds);

    Validator EMPTY_VALIDATOR = (currentDocs) -> Validity.valid();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy