com.github.leeonky.util.function.TriplePredicate Maven / Gradle / Ivy
The newest version!
package com.github.leeonky.util.function;
@FunctionalInterface
public interface TriplePredicate {
boolean test(T t, U u, V v);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy