Package de.espirit.common.function
Interface Generator<R>
Deprecated.
Simple generator callback to generate objects of the specific type.
- Since:
- 4.2.416
-
Method Summary
-
Method Details
-
invoke
R invoke()Deprecated.Generates an object of the specified type. Each call to this method should create a new instance.- Returns:
- the generated object of the specified type
- Since:
- 4.2.416
-
Supplier
instead