Package com.singularsys.jep.functions
Interface NullaryFunction.SupplierWithException<T>
- Enclosing class:
NullaryFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
FunctionalInterface for the
BinaryFunction.instanceOf(Class, BiFunctionWithException) method.-
Method Summary
-
Method Details
-
get
Apply the function- Returns:
- the result
- Throws:
EvaluationException- if the function cannot be evaluated.
-