Javolution 6.0.0 java
javolution.util.function.Supplier< T > Interface Template Reference

Public Member Functions

get ()
 

Detailed Description

A function which does not take any argument and returns instances of a particular class.

Note: In future version this interface may derive from

Function<Void, R>

.

Parameters
<T>The type of result this supplier returns.
Author
Jean-Marie Dautelle
Version
6.0, July 21, 2013

Definition at line 23 of file Supplier.java.

Member Function Documentation

◆ get()

Returns an object.


The documentation for this interface was generated from the following file: