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

io.github.rayexpresslibraries.ddd.domain.Specification Maven / Gradle / Ivy

The newest version!
package io.github.rayexpresslibraries.ddd.domain;

public interface Specification {
    boolean isSatisfiedBy(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy