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