Class EQFunction
java.lang.Object
com.foreach.across.modules.entity.query.EQFunction
- All Implemented Interfaces:
EQType
Represents a function value. A function will be evaluated at runtime to determine the actual arguments returned.
A function is identified by a name and optional set of arguments.
- Since:
- 2.0.0
- Author:
- Arne Vandamme
- See Also:
-
Constructor Summary
ConstructorDescriptionEQFunction
(@NonNull String name, @NonNull EQType[] arguments) EQFunction
(String name) EQFunction
(String name, Collection<EQType> arguments) -
Method Summary
-
Constructor Details
-
EQFunction
-
EQFunction
-
EQFunction
-
-
Method Details