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

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

package io.polyglotted.eswrapper.services;

import com.google.common.collect.ImmutableMap;

import java.util.Collection;
import java.util.Map;

public interface Validator {

    Map validate(Collection updateIds);

    Validator EMPTY_VALIDATOR = (currentDocs) -> ImmutableMap.of();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy