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

com.github.lstephen.ai.search.Validator Maven / Gradle / Ivy

package com.github.lstephen.ai.search;

import java.util.function.Predicate;

/**
 *
 * @author lstephen
 */
public interface Validator extends Predicate {
}