kiss
Wise
Lifestyle
M
Narrow
FirstBound
,First
,LastBound
,Last
Singleton
M
WiseBiConsumer
Param1
,Param2
WiseBiFunction
Param1
,Param2
,Return
WiseConsumer
Param
WiseFunction
Param
,Return
WiseRunnable
WiseSupplier
Return
WiseTriConsumer
Param1
,Param2
,Param3
WiseTriFunction
Param1
,Param2
,Param3
,Return
General purpose flexible and invokable function interface.
invoke
(Object
params
)
Object
Object
params
)Object params |
A list of parameters. |
Object |
A some value (maybe null). |
Invoke method with the specified parameters and return some value (maybe null). This method
doesn't check type correctness, so runtime may be going to throw ClassCastException
.