Package org.nd4j.common.function
Interface Function<T,R>
-
- All Known Subinterfaces:
UnaryOperator<T>
public interface Function<T,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T t)
Apply the function to the argument, and return the result
-