Interface PerspectiveExpressionFactory

All Superinterfaces:
FragileBiFunction<BindingContext,String,PerspectiveExpression,ConfigurationException>

public interface PerspectiveExpressionFactory extends FragileBiFunction<BindingContext,String,PerspectiveExpression,ConfigurationException>
A PerspectiveExpressionFactory is a FragileBiFunction which takes a BindingContext and an expression source as a String and creates and returns the corresponding PerspectiveExpression