Package rx.functions

Interface Action2<T1,​T2>

  • Type Parameters:
    T1 - the first argument type
    T2 - the second argument type
    All Superinterfaces:
    Action, Function
    All Known Implementing Classes:
    Actions.EmptyAction

    public interface Action2<T1,​T2>
    extends Action
    A two-argument action.
    • Method Detail

      • call

        void call​(T1 t1,
                  T2 t2)