![JAR search and dependency download from the Maven repository](/logo.png)
com.github.sviperll.BiFunction Maven / Gradle / Ivy
/*
* Copyright 2013 Victor Nazarov .
*/
package com.github.sviperll;
/**
*
* @author Victor Nazarov
*/
public interface BiFunction {
R apply(T argument1, U argument2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy