Package rx.functions
Interface Function
-
- All Known Subinterfaces:
Action
,Action0
,Action1<T>
,Action2<T1,T2>
,Action3<T1,T2,T3>
,Action4<T1,T2,T3,T4>
,Action5<T1,T2,T3,T4,T5>
,Action6<T1,T2,T3,T4,T5,T6>
,Action7<T1,T2,T3,T4,T5,T6,T7>
,Action8<T1,T2,T3,T4,T5,T6,T7,T8>
,Action9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
,ActionN
,Completable.CompletableOnSubscribe
,Completable.CompletableOperator
,Completable.CompletableTransformer
,Func0<R>
,Func1<T,R>
,Func2<T1,T2,R>
,Func3<T1,T2,T3,R>
,Func4<T1,T2,T3,T4,R>
,Func5<T1,T2,T3,T4,T5,R>
,Func6<T1,T2,T3,T4,T5,T6,R>
,Func7<T1,T2,T3,T4,T5,T6,T7,R>
,Func8<T1,T2,T3,T4,T5,T6,T7,T8,R>
,Func9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R>
,FuncN<R>
,Observable.OnSubscribe<T>
,Observable.Operator<R,T>
,Observable.Transformer<T,R>
,OperatorTimeoutBase.FirstTimeoutStub<T>
,OperatorTimeoutBase.TimeoutStub<T>
,Single.OnSubscribe<T>
,Single.Transformer<T,R>
- All Known Implementing Classes:
Actions.Action1CallsAction0
,Actions.EmptyAction
,AsyncOnSubscribe
,AsyncOnSubscribe.AsyncOnSubscribeImpl
,AsyncOnSubscribe.UnicastSubject.State
,BufferUntilSubscriber.OnSubscribeAction
,CachedObservable.CachedSubscribe
,CompletableOnSubscribeConcat
,CompletableOnSubscribeConcatArray
,CompletableOnSubscribeConcatIterable
,CompletableOnSubscribeMerge
,CompletableOnSubscribeMergeArray
,CompletableOnSubscribeMergeDelayErrorArray
,CompletableOnSubscribeMergeDelayErrorIterable
,CompletableOnSubscribeMergeIterable
,CompletableOnSubscribeTimeout
,EmptyObservableHolder
,InternalObservableUtils.CollectorCaller
,InternalObservableUtils.EqualsWithFunc1
,InternalObservableUtils.ErrorNotImplementedAction
,InternalObservableUtils.IsInstanceOfFunc1
,InternalObservableUtils.NotificationErrorExtractor
,InternalObservableUtils.ObjectEqualsFunc2
,InternalObservableUtils.PlusOneFunc2
,InternalObservableUtils.PlusOneLongFunc2
,InternalObservableUtils.RepeatNotificationDematerializer
,InternalObservableUtils.ReplaySupplierBuffer
,InternalObservableUtils.ReplaySupplierBufferTime
,InternalObservableUtils.ReplaySupplierNoParams
,InternalObservableUtils.ReplaySupplierTime
,InternalObservableUtils.RetryNotificationDematerializer
,InternalObservableUtils.ReturnsVoidFunc1
,InternalObservableUtils.SelectorAndObserveOn
,InternalObservableUtils.ToArrayFunc1
,NeverObservableHolder
,Observable.OnSubscribeExtend
,OnSubscribeAmb
,OnSubscribeAutoConnect
,OnSubscribeCollect
,OnSubscribeCombineLatest
,OnSubscribeConcatMap
,OnSubscribeDefer
,OnSubscribeDelaySubscription
,OnSubscribeDelaySubscriptionOther
,OnSubscribeDelaySubscriptionWithSelector
,OnSubscribeDetach
,OnSubscribeFilter
,OnSubscribeFlattenIterable
,OnSubscribeFlattenIterable.OnSubscribeScalarFlattenIterable
,OnSubscribeFromArray
,OnSubscribeFromAsync
,OnSubscribeFromCallable
,OnSubscribeFromIterable
,OnSubscribeGroupJoin
,OnSubscribeGroupJoin.WindowObservableFunc
,OnSubscribeJoin
,OnSubscribeLift
,OnSubscribeMap
,OnSubscribeOnAssembly
,OnSubscribeOnAssemblyCompletable
,OnSubscribeOnAssemblySingle
,OnSubscribePublishMulticast
,OnSubscribeRange
,OnSubscribeRedo
,OnSubscribeRedo.RedoFinite
,OnSubscribeRedo.RetryWithPredicate
,OnSubscribeReduce
,OnSubscribeReduceSeed
,OnSubscribeRefCount
,OnSubscribeSingle
,OnSubscribeTakeLastOne
,OnSubscribeThrow
,OnSubscribeTimerOnce
,OnSubscribeTimerPeriodically
,OnSubscribeToObservableFuture.ToObservableFuture
,OnSubscribeUsing
,OnSubscribeUsing.DisposeAction
,OperatorAll
,OperatorAny
,OperatorAsObservable
,OperatorBufferWithSingleObservable
,OperatorBufferWithSize
,OperatorBufferWithStartEndObservable
,OperatorBufferWithTime
,OperatorCast
,OperatorDebounceWithSelector
,OperatorDebounceWithTime
,OperatorDelay
,OperatorDelayWithSelector
,OperatorDematerialize
,OperatorDistinct
,OperatorDistinctUntilChanged
,OperatorDoAfterTerminate
,OperatorDoOnEach
,OperatorDoOnRequest
,OperatorDoOnSubscribe
,OperatorDoOnUnsubscribe
,OperatorEagerConcatMap
,OperatorElementAt
,OperatorGroupBy
,OperatorGroupBy.GroupBySubscriber.EvictionAction
,OperatorGroupBy.State
,OperatorIgnoreElements
,OperatorMapNotification
,OperatorMapPair
,OperatorMapPair.OuterInnerMapper
,OperatorMaterialize
,OperatorMerge
,OperatorObserveOn
,OperatorObserveOn.ObserveOnSubscriber
,OperatorOnBackpressureBuffer
,OperatorOnBackpressureDrop
,OperatorOnBackpressureLatest
,OperatorOnErrorResumeNextViaFunction
,OperatorRetryWithPredicate
,OperatorSampleWithObservable
,OperatorSampleWithTime
,OperatorSampleWithTime.SamplerSubscriber
,OperatorScan
,OperatorSerialize
,OperatorSingle
,OperatorSkip
,OperatorSkipLast
,OperatorSkipLastTimed
,OperatorSkipTimed
,OperatorSkipUntil
,OperatorSkipWhile
,OperatorSubscribeOn
,OperatorSwitch
,OperatorSwitchIfEmpty
,OperatorTake
,OperatorTakeLast
,OperatorTakeLast.TakeLastSubscriber
,OperatorTakeLastTimed
,OperatorTakeLastTimed.TakeLastTimedSubscriber
,OperatorTakeTimed
,OperatorTakeTimed.TakeSubscriber
,OperatorTakeUntil
,OperatorTakeUntilPredicate
,OperatorTakeWhile
,OperatorThrottleFirst
,OperatorTimeInterval
,OperatorTimeout
,OperatorTimeoutBase
,OperatorTimeoutWithSelector
,OperatorTimestamp
,OperatorToMap
,OperatorToMap.DefaultToMapFactory
,OperatorToMultimap
,OperatorToMultimap.DefaultMultimapCollectionFactory
,OperatorToMultimap.DefaultToMultimapFactory
,OperatorToObservableList
,OperatorToObservableSortedList
,OperatorUnsubscribeOn
,OperatorWindowWithObservable
,OperatorWindowWithObservableFactory
,OperatorWindowWithSize
,OperatorWindowWithSize.WindowExact
,OperatorWindowWithSize.WindowOverlap
,OperatorWindowWithSize.WindowSkip
,OperatorWindowWithStartEndObservable
,OperatorWindowWithTime
,OperatorWithLatestFrom
,OperatorWithLatestFromMany
,OperatorZip
,OperatorZipIterable
,ReplaySubject.ReplayState
,ScalarSynchronousObservable.JustOnSubscribe
,ScalarSynchronousObservable.ScalarAsyncOnSubscribe
,ScalarSynchronousObservable.ScalarAsyncProducer
,ScalarSynchronousSingle.DirectScheduledEmission
,ScalarSynchronousSingle.NormalScheduledEmission
,ScalarSynchronousSingle.ScalarSynchronousSingleAction
,SingleDoAfterTerminate
,SingleOnSubscribeDelaySubscriptionOther
,SingleOnSubscribeMap
,SingleOnSubscribeUsing
,SingleOperatorOnErrorResumeNext
,SleepingAction
,SubjectSubscriptionManager
,SyncOnSubscribe
,SyncOnSubscribe.SyncOnSubscribeImpl
,UnicastSubject.State
,UtilityFunctions.AlwaysFalse
,UtilityFunctions.AlwaysTrue
public interface Function
All Func and Action interfaces extend from this.Marker interface to allow instanceof checks.