This interface represents the main processing entity in the Crunch environment. It is the interface of all EvaluationFunction implementations. It can be implemented as a lambda, because it has a “@FunctionalInterface” annotation. It has a eval function for processing an EvaluationContext, which has an incoming value and handles outgoing results for the EvaluationFunction.

Back to top

Reflow Maven skin by Andrius Velykis.