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

de.tsl2.nano.modelkit.TriFunction Maven / Gradle / Ivy

package de.tsl2.nano.modelkit;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy