Package rx.functions
Interface Action2<T1,T2>
-
- Type Parameters:
T1- the first argument typeT2- the second argument type
- All Known Implementing Classes:
Actions.EmptyAction
public interface Action2<T1,T2> extends Action
A two-argument action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(T1 t1, T2 t2)
-