Package rx.functions

Interface Action0

All Superinterfaces:
Action, Function
All Known Implementing Classes:
Actions.EmptyAction, OnSubscribeUsing.DisposeAction, OperatorObserveOn.ObserveOnSubscriber, OperatorSampleWithTime.SamplerSubscriber, OperatorTakeTimed.TakeSubscriber, OperatorWindowWithSize.WindowExact, OperatorWindowWithSize.WindowOverlap, OperatorWindowWithSize.WindowSkip, ScalarSynchronousObservable.ScalarAsyncProducer, ScalarSynchronousSingle.ScalarSynchronousSingleAction, SleepingAction

public interface Action0 extends Action
A zero-argument action.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • call

      void call()