Package org.nd4j.common.function
Interface Supplier<T>
-
- Type Parameters:
T- Type of result
public interface Supplier<T>A supplier of results with no input arguments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get()
- Returns:
- Result
-
-