JavaScript is disabled on your browser.
RxJava
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
rx.functions
Interface Func1<T1,R>
All Superinterfaces:
Function
All Known Subinterfaces:
Observable.Operator
<R,T>
All Known Implementing Classes:
Not
,
OperatorAll
,
OperatorAny
,
OperatorAsObservable
,
OperatorBufferWithSingleObservable
,
OperatorBufferWithSize
,
OperatorBufferWithStartEndObservable
,
OperatorBufferWithTime
,
OperatorCast
,
OperatorConcat
,
OperatorDebounceWithSelector
,
OperatorDebounceWithTime
,
OperatorDefaultIfEmpty
,
OperatorDematerialize
,
OperatorDistinct
,
OperatorDistinctUntilChanged
,
OperatorDoOnEach
,
OperatorElementAt
,
OperatorFilter
,
OperatorFinally
,
OperatorGroupBy
,
OperatorGroupByUntil
,
OperatorMap
,
OperatorMaterialize
,
OperatorMerge
,
OperatorMergeDelayError
,
OperatorMergeMapPair
,
OperatorMergeMapTransform
,
OperatorMergeMaxConcurrent
,
OperatorObserveOn
,
OperatorOnErrorFlatMap
,
OperatorOnErrorResumeNextViaFunction
,
OperatorOnErrorResumeNextViaObservable
,
OperatorOnErrorReturn
,
OperatorOnExceptionResumeNextViaObservable
,
OperatorParallel
,
OperatorPivot
,
OperatorRepeat
,
OperatorRetry
,
OperatorRetryWithPredicate
,
OperatorSampleWithObservable
,
OperatorSampleWithTime
,
OperatorScan
,
OperatorSerialize
,
OperatorSingle
,
OperatorSkip
,
OperatorSkipLast
,
OperatorSkipLastTimed
,
OperatorSkipTimed
,
OperatorSkipUntil
,
OperatorSkipWhile
,
OperatorSubscribeOn
,
OperatorSwitch
,
OperatorTake
,
OperatorTakeLast
,
OperatorTakeLastTimed
,
OperatorTakeTimed
,
OperatorTakeUntil
,
OperatorTakeWhile
,
OperatorThrottleFirst
,
OperatorTimeInterval
,
OperatorTimeout
,
OperatorTimeoutWithSelector
,
OperatorTimestamp
,
OperatorToMap
,
OperatorToMultimap
,
OperatorToMultimap.DefaultMultimapCollectionFactory
,
OperatorToObservableList
,
OperatorToObservableSortedList
,
OperatorUnsubscribeOn
,
OperatorWindowWithObservable
,
OperatorWindowWithSize
,
OperatorWindowWithStartEndObservable
,
OperatorWindowWithTime
,
OperatorZip
,
OperatorZipIterable
public interface
Func1<T1,R>
extends
Function
Method Summary
Methods
Modifier and Type
Method and Description
R
call
(
T1
t1)
Method Detail
call
R
call(
T1
t1)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method