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

com.github.leeonky.interpreter.TriplePredicate Maven / Gradle / Ivy

The newest version!
package com.github.leeonky.interpreter;

@FunctionalInterface
public interface TriplePredicate {
    boolean test(T t, U u, V v);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy