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
testCountLong
()
tests/java/itrx/chapter2/aggregation/CountExample.java:116
Method
testCreate
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:211
Method
testCustom
()
tests/java/itrx/chapter2/aggregation/ToCollectionExample.java:76
Method
testDebounce
()
tests/java/itrx/chapter3/timeshifted/DebounceExample.java:91
Method
testDebounceDynamic
()
tests/java/itrx/chapter3/timeshifted/DebounceExample.java:109
Method
testDefaultIfEmpty
()
tests/java/itrx/chapter2/inspection/DefaultIfEmptyExample.java:70
Method
testDefaultIfEmptyError
()
tests/java/itrx/chapter2/inspection/DefaultIfEmptyExample.java:85
Method
testDefer
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:194
Method
testDelay
()
tests/java/itrx/chapter3/timeshifted/DelayExample.java:84
Method
testDelaySubscription
()
tests/java/itrx/chapter3/timeshifted/DelayExample.java:102
Method
testDelaySubscriptionWithSignal
()
tests/java/itrx/chapter3/timeshifted/DelayExample.java:120
Method
testDisconnect
()
tests/java/itrx/chapter3/hotandcold/ConnectableObservableExample.java:176
Method
testDistinct
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:137
Method
testDistinctKey
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:159
Method
testDistinctUntilChanged
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:181
Method
testDistinctUntilChangedKey
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:203
Method
testDoOnEach
()
tests/java/itrx/chapter3/sideeffects/DoOnExample.java:127
Method
testDoOnEachEncapsulation
()
tests/java/itrx/chapter3/sideeffects/DoOnExample.java:147
Method
testEarlyLate
()
tests/java/itrx/chapter1/ReplaySubjectExample.java:86
Method
testElementAt
()
tests/java/itrx/chapter2/inspection/ElementAtExample.java:69
Method
testElementAtOrDefault
()
tests/java/itrx/chapter2/inspection/ElementAtExample.java:84
Method
testEmpty
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:141
Method
testError
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:165
Method
testFalse
()
tests/java/itrx/chapter2/inspection/ExistsExample.java:69
Method
testFirst
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:102
Method
testFirst
()
tests/java/itrx/chapter3/leaving/FirstLastSingleExample.java:72
Method
testFirstOrDefault
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:138
Method
testFirstOrDefaultWithPredicate
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:153
Method
testFirstWithPredicate
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:120
Method
testFlatMap
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:150
Method
testFlatMapAsynchronous
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:219
Method
testFlatMapFilter
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:199
Method
testFlatMapIterable
()
tests/java/itrx/chapter2/transforming/FlatMapIterableExample.java:130
Method
testFlatMapIterableWithSelector
()
tests/java/itrx/chapter2/transforming/FlatMapIterableExample.java:143
Method
testFlatMapLazyIterable
()
tests/java/itrx/chapter2/transforming/FlatMapIterableExample.java:158
Method
testFlatMapMultipleValues
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:165
Method
testFlatMapNewType
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:181
Method
testFromArray
()
tests/java/itrx/chapter2/creating/FromExample.java:126
Method
testFromFuture
()
tests/java/itrx/chapter2/creating/FromExample.java:108
Method
testFromIterable
()
tests/java/itrx/chapter2/creating/FromExample.java:139
Method
testFuture
()
tests/java/itrx/chapter3/leaving/FutureExample.java:60
Method
testGroupBy
()
tests/java/itrx/chapter2/aggregation/GroupByExample.java:60
Method
testIgnoreElements
()
tests/java/itrx/chapter2/reducing/IgnoreExample.java:53
Method
testImmediate
()
tests/java/itrx/chapter4/scheduling/SchedulersExample.java:95
Method
testIndependentSubscriptions
()
tests/java/itrx/chapter1/UnsubscribingExample.java:102
Method
testInitialvalue
()
tests/java/itrx/chapter1/BehaviorSubjectExample.java:103
Method
testInterval
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:111
Method
testIntervalThread
()
tests/java/itrx/chapter4/scheduling/SubscribeOnExample.java:151
Method
testIsEmpty
()
tests/java/itrx/chapter2/inspection/IsEmptyExample.java:60
Method
testJoin2Way
()
tests/java/itrx/chapter4/coincidence/JoinExample.java:161
Method
testJoinSimple
()
tests/java/itrx/chapter4/coincidence/JoinExample.java:126
Method
testJust
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:129
Method
testLast
()
tests/java/itrx/chapter2/aggregation/LastExample.java:99
Method
testLastOrDefault
()
tests/java/itrx/chapter2/aggregation/LastExample.java:129
Method
testLastOrDefaultWithPredicate
()
tests/java/itrx/chapter2/aggregation/LastExample.java:144
Method
testLastValue
()
tests/java/itrx/chapter1/AsyncSubjectExample.java:59
Method
testLastWithPredicate
()
tests/java/itrx/chapter2/aggregation/LastExample.java:114
Method
testLate
()
tests/java/itrx/chapter1/BehaviorSubjectExample.java:73
Method
testLatest
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:218
Method
testLift
()
tests/java/itrx/chapter3/custom/LiftExample.java:90
Method
testMap
()
tests/java/itrx/chapter2/transforming/MapExample.java:87
Method
testMap2
()
tests/java/itrx/chapter2/transforming/MapExample.java:102
Method
testMaterialize
()
tests/java/itrx/chapter2/transforming/MaterializeExample.java:75
Method
testMergeWith
()
tests/java/itrx/chapter3/combining/MergeExample.java:102
Method
testModifyReference
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:146
Method
testMostRecent
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:277
Method
testNever
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:153
Method
testNewThread
()
tests/java/itrx/chapter4/scheduling/SchedulersExample.java:125
Method
testNext
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:163
Method
testNoBackpressure
()
tests/java/itrx/chapter4/backpressure/NoBackpressureExample.java:108
Method
testNoCompletion
()
tests/java/itrx/chapter1/AsyncSubjectExample.java:75
Method
testObservableForEach
()
tests/java/itrx/chapter3/leaving/ForEachExample.java:100
Method
testObserveOn
()
tests/java/itrx/chapter4/scheduling/ObserveOnExample.java:77
Method
testObserveOnBeforeAfter
()
tests/java/itrx/chapter4/scheduling/ObserveOnExample.java:93
Method
testOnBackpressureBuffer
()
tests/java/itrx/chapter4/backpressure/OnBackpressureExample.java:101
Method
testOnBackpressureDrop
()
tests/java/itrx/chapter4/backpressure/OnBackpressureExample.java:127
Method
testOnErrorResumeNextRethrow
()
tests/java/itrx/chapter3/error/ResumeExample.java:185
Method
testOnErrorReturn
()
tests/java/itrx/chapter3/error/ResumeExample.java:144
Method
testOnExceptionResumeNext
()
tests/java/itrx/chapter3/error/ResumeExample.java:205
Method
testOnExceptionResumeNextNoException
()
tests/java/itrx/chapter3/error/ResumeExample.java:224
Method
testOnRequest
()
tests/java/itrx/chapter4/backpressure/OnRequestExample.java:89
Method
testOnRequestManual
()
tests/java/itrx/chapter4/backpressure/OnRequestExample.java:118
Method
testOnRequestZip
()
tests/java/itrx/chapter4/backpressure/OnRequestExample.java:100
Method
testOnSubscriber
()
tests/java/itrx/chapter3/sideeffects/DoOnExample.java:170
Method
testOverlappingByCount
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:219
Method
testOverlappingBySignal
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:260
Method
testOverlappingByTime
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:237
Method
testParallel
()
tests/java/itrx/chapter4/coincidence/WindowExample.java:109
Method
testPrintCompletion
()
tests/java/itrx/chapter1/RxContractExample.java:83
Method
testPush
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:166
Method
testPush2
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:184
Method
testRange
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:99
Method
testRefcount
()
tests/java/itrx/chapter3/hotandcold/MulticastExample.java:83
Method
testRefcount
()
tests/java/itrx/chapter3/hotandcold/ConnectableObservableExample.java:232
Method
testRepeat
()
tests/java/itrx/chapter3/combining/RepeatExample.java:128
Method
testRepeat2
()
tests/java/itrx/chapter3/combining/RepeatExample.java:143
Method
testRepeatWhen2
()
tests/java/itrx/chapter3/combining/RepeatExample.java:158
Method
testRepeatWithInterval
()
tests/java/itrx/chapter3/combining/RepeatExample.java:175
Method
testReplay
()
tests/java/itrx/chapter3/hotandcold/ReplayExample.java:95
Method
testReplayWithBufferSize
()
tests/java/itrx/chapter3/hotandcold/ReplayExample.java:122
← previous
next →
401–500 of 569, ranked by callers