Interface Act<T,R>
- All Known Implementing Classes:
Act.Func
,Act.Let
,Act.Sink
,Act.Source
,Click
,ClickBase
,ClickIfPresent
,CloseBrowser
,CloseWindow
,Navigate
,PageAct
,Screenshot
,SendKey
,StoreStorageState
,Value
,Wait
public interface Act<T,R>
This interface represents the smallest and indivisible unit of action in insdog 's programming model.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
perform
Applies this function the given argument:value
(T
) and returns the result (R
).- Parameters:
value
- An argument value.executionEnvironment
- An environment in which this function is executed.- Returns:
- the function result.
-
name
Returns a name of an instance of this interface.- Returns:
- A name of this instance.
-
describe
-
andThen
-
create
-
create
-