
edi.rule.work.custom.TernaryFunction Maven / Gradle / Ivy
package edi.rule.work.custom;
@FunctionalInterface
public interface TernaryFunction {
R apply(T t, U u, V v);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package edi.rule.work.custom;
@FunctionalInterface
public interface TernaryFunction {
R apply(T t, U u, V v);
}