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

io.snice.functional.TriFunction Maven / Gradle / Ivy

package io.snice.functional;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy