Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Froussios/Intro-To-RxJava
/ functions
Functions
569 in github.com/Froussios/Intro-To-RxJava
⨍
Functions
569
◇
Types & classes
122
Method
exampleMap
()
tests/java/itrx/chapter2/transforming/MapExample.java:54
Method
exampleMap2
()
tests/java/itrx/chapter2/transforming/MapExample.java:68
Method
exampleMaterialize
()
tests/java/itrx/chapter2/transforming/MaterializeExample.java:56
Method
exampleMergeWith
()
tests/java/itrx/chapter3/combining/MergeExample.java:58
Method
exampleModifyReference
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:80
Method
exampleMostRecent
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:104
Method
exampleMutlicast
()
tests/java/itrx/chapter3/hotandcold/MulticastExample.java:38
Method
exampleNever
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:65
Method
exampleNewThread
()
tests/java/itrx/chapter4/scheduling/SchedulersExample.java:71
Method
exampleNext
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:60
Method
exampleNoBackpressure
()
tests/java/itrx/chapter4/backpressure/NoBackpressureExample.java:61
Method
exampleNoCompletion
()
tests/java/itrx/chapter1/AsyncSubjectExample.java:47
Method
exampleObservableForEach
()
tests/java/itrx/chapter3/leaving/ForEachExample.java:41
Method
exampleObserveOn
()
tests/java/itrx/chapter4/scheduling/ObserveOnExample.java:35
Method
exampleObserveOnBeforeAfter
()
tests/java/itrx/chapter4/scheduling/ObserveOnExample.java:51
Method
exampleOnBackpressureBuffer
()
tests/java/itrx/chapter4/backpressure/OnBackpressureExample.java:43
Method
exampleOnBackpressureDrop
()
tests/java/itrx/chapter4/backpressure/OnBackpressureExample.java:72
Method
exampleOnErrorResumeNext
()
tests/java/itrx/chapter3/error/ResumeExample.java:73
Method
exampleOnErrorResumeNextRethrow
()
tests/java/itrx/chapter3/error/ResumeExample.java:90
Method
exampleOnErrorReturn
()
tests/java/itrx/chapter3/error/ResumeExample.java:57
Method
exampleOnExceptionResumeNext
()
tests/java/itrx/chapter3/error/ResumeExample.java:106
Method
exampleOnExceptionResumeNextNoException
()
tests/java/itrx/chapter3/error/ResumeExample.java:122
Method
exampleOnRequest
()
tests/java/itrx/chapter4/backpressure/OnRequestExample.java:38
Method
exampleOnRequestManual
()
tests/java/itrx/chapter4/backpressure/OnRequestExample.java:65
Method
exampleOnRequestZip
()
tests/java/itrx/chapter4/backpressure/OnRequestExample.java:49
Method
exampleOnSubscriber
()
tests/java/itrx/chapter3/sideeffects/DoOnExample.java:94
Method
exampleOverlappingByCount
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:89
Method
exampleOverlappingBySignal
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:113
Method
exampleOverlappingByTime
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:100
Method
exampleParallel
()
tests/java/itrx/chapter4/coincidence/WindowExample.java:38
Method
examplePrintCompletion
()
tests/java/itrx/chapter1/RxContractExample.java:46
Method
examplePush
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:94
Method
examplePush2
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:108
Method
exampleRange
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:41
Method
exampleRefcount
()
tests/java/itrx/chapter3/hotandcold/ConnectableObservableExample.java:110
Method
exampleRepeat
()
tests/java/itrx/chapter3/combining/RepeatExample.java:57
Method
exampleRepeat2
()
tests/java/itrx/chapter3/combining/RepeatExample.java:70
Method
exampleRepeatWhen2
()
tests/java/itrx/chapter3/combining/RepeatExample.java:82
Method
exampleRepeatWithInterval
()
tests/java/itrx/chapter3/combining/RepeatExample.java:99
Method
exampleReplay
()
tests/java/itrx/chapter3/hotandcold/ReplayExample.java:39
Method
exampleReplayWithBufferSize
()
tests/java/itrx/chapter3/hotandcold/ReplayExample.java:62
Method
exampleReplayWithTime
()
tests/java/itrx/chapter3/hotandcold/ReplayExample.java:76
Method
exampleRetry
()
tests/java/itrx/chapter3/error/RetryExample.java:36
Method
exampleRunningMin
()
tests/java/itrx/chapter2/aggregation/ScanExample.java:72
Method
exampleRunningSum
()
tests/java/itrx/chapter2/aggregation/ScanExample.java:57
Method
exampleSafe
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:126
Method
exampleSafeIndex
()
tests/java/itrx/chapter3/sideeffects/SideEffectExample.java:102
Method
exampleSafeSubscribe
()
tests/java/itrx/chapter3/custom/SerializeExample.java:37
Method
exampleSample
()
tests/java/itrx/chapter4/backpressure/ConsumerSideExample.java:38
Method
exampleSample
()
tests/java/itrx/chapter3/timeshifted/SampleExample.java:37
Method
exampleSchedule
()
tests/java/itrx/chapter4/scheduling/SchedulerExample.java:41
Method
exampleScheduleFuture
()
tests/java/itrx/chapter4/scheduling/SchedulerExample.java:49
Method
exampleSequenceEqualError
()
tests/java/itrx/chapter2/inspection/SequenceEqualExample.java:66
Method
exampleSequenceEqualFalse
()
tests/java/itrx/chapter2/inspection/SequenceEqualExample.java:51
Method
exampleSequenceEqualTrue
()
tests/java/itrx/chapter2/inspection/SequenceEqualExample.java:36
Method
exampleSerialize
()
tests/java/itrx/chapter3/custom/SerializeExample.java:92
Method
exampleShouldDefer
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:85
Method
exampleSingle
()
tests/java/itrx/chapter2/aggregation/SingleExample.java:60
Method
exampleSingleError
()
tests/java/itrx/chapter3/leaving/FirstLastSingleExample.java:50
Method
exampleSingleOrDefault
()
tests/java/itrx/chapter2/aggregation/SingleExample.java:74
Method
exampleSkip
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:54
Method
exampleSkipLast
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:145
Method
exampleSkipTime
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:89
Method
exampleSkipUntil
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:197
Method
exampleSkipWhile
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:126
Method
exampleSubscribeOn
()
tests/java/itrx/chapter4/scheduling/SubscribeOnExample.java:60
Method
exampleSynchronous
()
tests/java/itrx/chapter4/backpressure/NoBackpressureExample.java:42
Method
exampleTake
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:38
Method
exampleTakeLast
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:162
Method
exampleTakeTime
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:71
Method
exampleTakeUntil
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:178
Method
exampleTakeWhile
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:108
Method
exampleThrottleFirst
()
tests/java/itrx/chapter3/timeshifted/ThrottleExample.java:37
Method
exampleThrottleLast
()
tests/java/itrx/chapter3/timeshifted/ThrottleExample.java:48
Method
exampleThrottleWithTimeout
()
tests/java/itrx/chapter3/timeshifted/DebounceExample.java:70
Method
exampleTimeBy
()
tests/java/itrx/chapter4/testing/TestSchedulerExample.java:74
Method
exampleTimeInteval
()
tests/java/itrx/chapter2/transforming/TimestampTimeIntervalExample.java:73
Method
exampleTimeout
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:40
Method
exampleTimeoutPerItem
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:78
Method
exampleTimeoutPerItemWithResume
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:97
Method
exampleTimeoutWithResume
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:59
Method
exampleTimer
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:66
Method
exampleTimerWithRepeat
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:79
Method
exampleTimestamp
()
tests/java/itrx/chapter2/transforming/TimestampTimeIntervalExample.java:60
Method
exampleToIterable
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:45
Method
exampleToList
()
tests/java/itrx/chapter2/aggregation/ToCollectionExample.java:51
Method
exampleToMap
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:80
Method
exampleToMapWithCustomContainer
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:112
Method
exampleToMapWithSelector
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:95
Method
exampleToMultimap
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:130
Method
exampleToMultimapWithCustomContainers
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:147
Method
exampleToSortedList
()
tests/java/itrx/chapter2/aggregation/ToCollectionExample.java:61
Method
exampleTrampoline
()
tests/java/itrx/chapter4/scheduling/SchedulersExample.java:57
Method
exampleTriggerActions
()
tests/java/itrx/chapter4/testing/TestSchedulerExample.java:109
Method
exampleTrue
()
tests/java/itrx/chapter2/inspection/ExistsExample.java:49
Method
exampleTypeOf
()
tests/java/itrx/chapter2/transforming/CastTypeOfExample.java:84
Method
exampleUnsafeSubscribe
()
tests/java/itrx/chapter3/custom/SerializeExample.java:58
Method
exampleUnsubscribe
()
tests/java/itrx/chapter1/UnsubscribingExample.java:40
Method
exampleUnsubscribe
()
tests/java/itrx/chapter3/hotandcold/ConnectableObservableExample.java:85
Method
exampleUnsubscribeAction
()
tests/java/itrx/chapter1/UnsubscribingExample.java:74
← previous
next →
201–300 of 569, ranked by callers