Package rx.functions
Interface Action0
- 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
A zero-argument action.
-
Method Summary
-
Method Details
-
call
void call()
-