Class SingleArgExpressionProcessor<T>

java.lang.Object
org.jbehave.core.expressions.MultiArgExpressionProcessor<T>
org.jbehave.core.expressions.SingleArgExpressionProcessor<T>
All Implemented Interfaces:
ExpressionProcessor<T>

public class SingleArgExpressionProcessor<T> extends MultiArgExpressionProcessor<T>
  • Constructor Details

    • SingleArgExpressionProcessor

      public SingleArgExpressionProcessor(String functionName, Function<String,T> evaluator)