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- 
Method SummaryModifier and TypeMethodDescriptionapply(BindingContext bindingContext, String s) Applies this function to the given arguments.
- 
Method Details- 
applyDescription copied from interface:FragileBiFunctionApplies this function to the given arguments.- Specified by:
- applyin interface- FragileBiFunction<BindingContext,- String, - PerspectiveExpression, - ConfigurationException> 
- Parameters:
- bindingContext- the first function argument
- s- the second function argument
- Returns:
- the function result
- Throws:
- ConfigurationException
- See Also:
 
 
-