Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun evalJexl(expression: String): Boolean

Execute the given jexl expression and evaluate against the existing targeting parameters and context passed to the helper at construction.

Link copied to clipboard
open override fun evalJexlDebug(expression: String): String

Evaluate a JEXL expression and return debug results as JSON. For CLI testing and debugging.