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

com.timgroup.functional.Function2 Maven / Gradle / Ivy

The newest version!
package com.timgroup.functional;

public interface Function2 {
    R apply(T1 argument1, T2 argument2);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy