Class BiVersionFunction<A,B,R>
java.lang.Object
de.eldoria.eldoutilities.crossversion.function.BaseVersionFunction<BiFunction<A,B,R>>
de.eldoria.eldoutilities.crossversion.function.BiVersionFunction<A,B,R>
- Type Parameters:
A- first Input TypeB- second Input TypeR- result Type
A
BiFunction with version sensitive context.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.eldoria.eldoutilities.crossversion.function.BaseVersionFunction
get, get
-
Constructor Details
-
BiVersionFunction
-
-
Method Details
-
apply
Execute the function for the current version.- Parameters:
a- first parameter of the function.b- second parameter of the function- Returns:
- value of the function
- Throws:
UnsupportedVersionException- when no function is defined for the server version.
-