Javolution 6.0.0 java
|
Public Member Functions | |
T | get () |
A function which does not take any argument and returns instances of a particular class.
Note: In future version this interface may derive from
.
<T> | The type of result this supplier returns. |
Definition at line 23 of file Supplier.java.
T javolution.util.function.Supplier< T >.get | ( | ) |
Returns an object.