de.espirit.common.function
Interface Generator<R>


public interface Generator<R>

Simple generator callback to generate objects of the specific type.

Since:
4.2.416

Method Summary
 R invoke()
          Generates an object of the specified type.
 

Method Detail

invoke

R invoke()
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


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480