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

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