Class Value<V>

java.lang.Object
jp.co.moneyforward.autotest.actions.web.Value<V>
All Implemented Interfaces:
Act<V,V>

public class Value<V> extends Object implements Act<V,V>
  • Constructor Details

    • Value

      public Value()
  • Method Details

    • perform

      public V perform(V 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<V,V>
      Parameters:
      value - An argument value.
      executionEnvironment - An environment in which this function is executed.
      Returns:
      the function result.