Package org.nd4j.common.function
Interface BiConsumer<T,U>
-
public interface BiConsumer<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t, U u)
Perform the operation on the given arguments
-