public interface BinaryFunction<R,P1,P2>
UnaryFunction
,
Generator
Modifier and Type | Method and Description |
---|---|
R |
invoke(P1 param1,
P2 param2)
Generates an object of the specified type based on the given parameters.
|
R invoke(P1 param1, P2 param2)
param1
- the first parameter used to create the instanceparam2
- the second parameter used to create the instanceCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210