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

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