Class Act.Source<T>

java.lang.Object
jp.co.moneyforward.autotest.framework.action.Act.Source<T>
All Implemented Interfaces:
Act<Object,T>
Direct Known Subclasses:
Act.Let
Enclosing interface:
Act<T,R>

public abstract static class Act.Source<T> extends Object implements Act<Object,T>
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • perform

      public T perform(Object value, ExecutionEnvironment executionEnvironment)
      Description copied from interface: Act
      Applies this function the given argument: value(T) and returns the result (R).
      Specified by:
      perform in interface Act<Object,T>
      Parameters:
      value - An argument value.
      executionEnvironment - An environment in which this function is executed.
      Returns:
      the function result.
    • value

      protected abstract T value()