Package org.nd4j.common.function
Interface Consumer<T>
-
public interface Consumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
Perform the operation on the input
-
-
-
Method Detail
-
accept
void accept(T t)
Perform the operation on the input- Parameters:
t
- Input
-
-