Package rx.functions

Class Actions.Action1CallsAction0<T>

  • All Implemented Interfaces:
    Action, Action1<T>, Function
    Enclosing class:
    Actions

    static final class Actions.Action1CallsAction0<T>
    extends java.lang.Object
    implements Action1<T>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Action0 action  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Action1CallsAction0

        public Action1CallsAction0​(Action0 action)
    • Method Detail

      • call

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