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

com.undefinedlabs.scope.jdk.Predicate Maven / Gradle / Ivy

package com.undefinedlabs.scope.jdk;

public interface Predicate {

  boolean filter(T obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy