-
public interface UiInterceptable<Interaction extends Object, Assertion extends Object, Action extends Object>
-
-
Method Summary
Modifier and Type Method Description Unitintercept(Function1<UiInterceptor.Builder<Interaction, Assertion, Action>, Unit> builder)Sets the interceptors for the instance. Unitreset()Removes the interceptors from the instance. abstract UiDelegate<Interaction, Assertion, Action>getView()-
-
Method Detail
-
intercept
Unit intercept(Function1<UiInterceptor.Builder<Interaction, Assertion, Action>, Unit> builder)
Sets the interceptors for the instance. Interceptors will be invoked on the interaction with the UiView.
- Parameters:
builder- Builder of the interceptors
-
getView
abstract UiDelegate<Interaction, Assertion, Action> getView()
-
-
-
-