T - Type of the result of a Jep evaluation.@FunctionalInterface public interface JepFunction<T>
AbstractJepEvaluation (Takes the Jep instance where it will run and returns the result of
the evaluation).| Modifier and Type | Method and Description |
|---|---|
T |
apply(jep.Jep jep)
Implementation of the Jep evaluation.
|
T apply(jep.Jep jep) throws jep.JepException
jep - Instance of jep that will be injected into this evaluation.jep.JepException - Exception that may be thrown during evaluation.Copyright © 2018 Feedzai. All rights reserved.