Package de.espirit.common.function
Interface BinaryFunction<R,P1,P2>
Deprecated.
Simple interface to create a type safe instance of an object based on two parameters.
- Since:
- 4.2.416
- See Also:
-
Method Summary
-
Method Details
-
invoke
Deprecated.Generates an object of the specified type based on the given parameters. Each call to this method should create a new instance.- Parameters:
param1
- the first parameter used to create the instanceparam2
- the second parameter used to create the instance- Returns:
- the generated object of the specified type
- Since:
- 4.2.416
-
BiFunction
instead