- Type Parameters:
T
- Input type
R
- Output type
- All Implemented Interfaces:
Act<T,R>
- Direct Known Subclasses:
Act.Sink
- Enclosing interface:
Act<T,R>
-
-
Constructor Summary
Constructors
Creates an object of this class from a given function func
.
-
Method Summary
Returns a name of an instance of this interface.
Applies this function the given argument: value
(T
) and returns the result (R
).
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jp.co.moneyforward.autotest.framework.action.Act
andThen, describe