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