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

io.katharsis.utils.Predicate2 Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.katharsis.utils;

public interface Predicate2 {
    boolean test(T t, U u);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy