Class Value<V>
java.lang.Object
jp.co.moneyforward.autotest.actions.web.Value<V>
- All Implemented Interfaces:
Act<V,
V>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform
(V value, ExecutionEnvironment executionEnvironment) Applies this function the given argument:value
(T
) and returns the result (R
).
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
perform
Description copied from interface:Act
Applies this function the given argument:value
(T
) and returns the result (R
).
-