Class ExpressionRequestAsyncFunction<V>

java.lang.Object
org.forgerock.openig.el.ExpressionRequestAsyncFunction<V>
Type Parameters:
V - Expected type of evaluated result
All Implemented Interfaces:
AsyncFunction<ContextAndRequest,V,Exception>

public class ExpressionRequestAsyncFunction<V> extends Object implements AsyncFunction<ContextAndRequest,V,Exception>
This is an implementation of the AsyncFunction based on the evaluation of an Expression.
  • Constructor Details

    • ExpressionRequestAsyncFunction

      public ExpressionRequestAsyncFunction(Expression<V> expression)
      Constructs an AsyncFunction that evaluates the provided Expression.
      Parameters:
      expression - the expression to evaluate
  • Method Details