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
public interface Action0 extends Action
A zero-argument action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall()
-