|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnaryFunction<R,P>
Simple interface to create an type safe instance of an object based on one parameter.
Generator
,
BinaryFunction
Method Summary | |
---|---|
R |
invoke(P parameter)
Generates an object of the specified type based on the given parameter. |
Method Detail |
---|
R invoke(P parameter)
parameter
- the parameter used to create the instance
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |