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);
}
package com.github.leeonky.interpreter;
@FunctionalInterface
public interface TriplePredicate {
boolean test(T t, U u, V v);
}