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

com.github.lkqm.hcnet.util.BiFunction Maven / Gradle / Ivy

The newest version!
package com.github.lkqm.hcnet.util;

public interface BiFunction {

     R apply(T t, U u);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy