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