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

com.github.phantomthief.util.TriFunction Maven / Gradle / Ivy

There is a newer version: 0.1.55
Show newest version
package com.github.phantomthief.util;

/**
 * @author w.vela
 */
@FunctionalInterface
public interface TriFunction {

    R apply(T1 t1, T2 t2, T3 t3);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy