Package net.hollowcube.mql.value
Interface MqlCallable
- All Superinterfaces:
MqlValue
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
-
Method Summary
-
Method Details
-
arity
default int arity()Returns the arity of the function, or -1 if it is variadic/otherwise unknown -
call
-