Class Act.Func<T,R>
java.lang.Object
jp.co.moneyforward.autotest.framework.action.Act.Func<T,R>
- Type Parameters:
T- Input typeR- Output type
- All Implemented Interfaces:
Act<T,R>
- Direct Known Subclasses:
Act.Sink
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Func
-
Func
-
-
Method Details
-
perform
Description copied from interface:ActApplies this function the given argument:value(T) and returns the result (R). -
name
-