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

org.securegraph.query.Predicate Maven / Gradle / Ivy

The newest version!
package org.securegraph.query;

import org.securegraph.Property;
import org.securegraph.PropertyDefinition;

import java.util.Map;

public interface Predicate {
    boolean evaluate(Iterable properties, Object value, Map propertyDefinitions);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy