Package rx.functions

Class Actions.Action1CallsAction0<T>

java.lang.Object
rx.functions.Actions.Action1CallsAction0<T>
All Implemented Interfaces:
Action, Action1<T>, Function
Enclosing class:
Actions

static final class Actions.Action1CallsAction0<T> extends Object implements Action1<T>
  • Field Details

  • Constructor Details

    • Action1CallsAction0

      public Action1CallsAction0(Action0 action)
  • Method Details

    • call

      public void call(T t)
      Specified by:
      call in interface Action1<T>