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

edi.rule.work.custom.QuaternaryFunction Maven / Gradle / Ivy

package edi.rule.work.custom;

@FunctionalInterface
public interface QuaternaryFunction {
    R apply(T t, U u, V v, C c);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy