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

com.github.geekonjava.query.specification.Specification Maven / Gradle / Ivy

The newest version!
package com.github.geekonjava.query.specification;

import com.github.geekonjava.query.criteria.Criteria;

public interface Specification {

  boolean match(T item, Criteria one, Criteria other);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy