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

com.github.t3t5u.common.domain.Specification Maven / Gradle / Ivy

package com.github.t3t5u.common.domain;

import com.github.t3t5u.common.expression.Expression;

public interface Specification> extends Expression {
	boolean isSatisfiedBy(E candidate);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy