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

com.github.rahulsom.grooves.queries.TriFunction Maven / Gradle / Ivy

package com.github.rahulsom.grooves.queries;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy