Package org.nd4j.common.function
Interface BiFunction<T,U,R>
-
public interface BiFunction<T,U,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T t, U u)
Apply the function and return the result
-