Package dev.cel.runtime
Interface Registrar.Function
-
- Enclosing interface:
- Registrar
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Immutable @FunctionalInterface public static interface Registrar.FunctionInterface to a general function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectapply(java.lang.Object[] args)
-
-
-
Method Detail
-
apply
@CanIgnoreReturnValue java.lang.Object apply(java.lang.Object[] args) throws InterpreterException- Throws:
InterpreterException
-
-