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

com.github.leeonky.util.function.TriFunction Maven / Gradle / Ivy

The newest version!
package com.github.leeonky.util.function;

public interface TriFunction {
    R apply(T1 obj1, T2 obj2, T3 obj3);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy