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

net.jodah.failsafe.function.Predicate Maven / Gradle / Ivy

package net.jodah.failsafe.function;

public interface Predicate {
  boolean test(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy