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
testReplayWithTime
()
tests/java/itrx/chapter3/hotandcold/ReplayExample.java:140
Method
testRetry
()
tests/java/itrx/chapter3/error/RetryExample.java:60
Method
testRunningMin
()
tests/java/itrx/chapter2/aggregation/ScanExample.java:118
Method
testRunningSum
()
tests/java/itrx/chapter2/aggregation/ScanExample.java:103
Method
testSafe
()
tests/java/itrx/chapter3/sideeffects/AsObservableExample.java:191
Method
testSafeIndex
()
tests/java/itrx/chapter3/sideeffects/SideEffectExample.java:174
Method
testSafeSubscribe
()
tests/java/itrx/chapter3/custom/SerializeExample.java:132
Method
testSample
()
tests/java/itrx/chapter4/backpressure/ConsumerSideExample.java:81
Method
testSample
()
tests/java/itrx/chapter3/timeshifted/SampleExample.java:53
Method
testSchedule
()
tests/java/itrx/chapter4/scheduling/SchedulerExample.java:103
Method
testScheduleFuture
()
tests/java/itrx/chapter4/scheduling/SchedulerExample.java:115
Method
testSequenceEqualError
()
tests/java/itrx/chapter2/inspection/SequenceEqualExample.java:118
Method
testSequenceEqualFalse
()
tests/java/itrx/chapter2/inspection/SequenceEqualExample.java:103
Method
testSequenceEqualTrue
()
tests/java/itrx/chapter2/inspection/SequenceEqualExample.java:88
Method
testSerialize
()
tests/java/itrx/chapter3/custom/SerializeExample.java:173
Method
testShouldDefer
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:178
Method
testSingle
()
tests/java/itrx/chapter2/aggregation/SingleExample.java:90
Method
testSingleError
()
tests/java/itrx/chapter3/leaving/FirstLastSingleExample.java:87
Method
testSingleOrDefault
()
tests/java/itrx/chapter2/aggregation/SingleExample.java:118
Method
testSkip
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:237
Method
testSkipTime
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:271
Method
testSkipUntil
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:376
Method
testSkipWhile
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:308
Method
testSubscribeOn
()
tests/java/itrx/chapter4/scheduling/SubscribeOnExample.java:126
Method
testSynchronous
()
tests/java/itrx/chapter4/backpressure/NoBackpressureExample.java:83
Method
testTake
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:222
Method
testTakeLast
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:341
Method
testTakeTime
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:252
Method
testTakeUntil
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:356
Method
testTakeWhile
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:289
Method
testThrottleFirst
()
tests/java/itrx/chapter3/timeshifted/ThrottleExample.java:64
Method
testThrottleLast
()
tests/java/itrx/chapter3/timeshifted/ThrottleExample.java:78
Method
testThrottleWithTimeout
()
tests/java/itrx/chapter3/timeshifted/DebounceExample.java:127
Method
testTimeBy
()
tests/java/itrx/chapter4/testing/TestSchedulerExample.java:181
Method
testTimeInteval
()
tests/java/itrx/chapter2/transforming/TimestampTimeIntervalExample.java:111
Method
testTimeout
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:121
Method
testTimeoutPerItem
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:162
Method
testTimeoutPerItemWithResume
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:185
Method
testTimeoutWithResume
()
tests/java/itrx/chapter3/timeshifted/TimeoutExample.java:144
Method
testTimer
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:127
Method
testTimerWithRepeat
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:143
Method
testTimestamp
()
tests/java/itrx/chapter2/transforming/TimestampTimeIntervalExample.java:91
Method
testToIterable
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:135
Method
testToList
()
tests/java/itrx/chapter2/aggregation/ToCollectionExample.java:96
Method
testToMap
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:171
Method
testToMapWithCustomContainer
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:228
Method
testToMapWithSelector
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:200
Method
testToMultimap
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:257
Method
testToMultimapWithCustomContainers
()
tests/java/itrx/chapter2/aggregation/ToMapExample.java:284
Method
testToSortedList
()
tests/java/itrx/chapter2/aggregation/ToCollectionExample.java:111
Method
testTrampoline
()
tests/java/itrx/chapter4/scheduling/SchedulersExample.java:110
Method
testTriggerActions
()
tests/java/itrx/chapter4/testing/TestSchedulerExample.java:211
Method
testTrue
()
tests/java/itrx/chapter2/inspection/ExistsExample.java:84
Method
testTypeOf
()
tests/java/itrx/chapter2/transforming/CastTypeOfExample.java:132
Method
testUnsafeSubscribe
()
tests/java/itrx/chapter3/custom/SerializeExample.java:152
Method
testUnsubscribe
()
tests/java/itrx/chapter1/UnsubscribingExample.java:87
Method
testUnsubscribe
()
tests/java/itrx/chapter3/hotandcold/ConnectableObservableExample.java:202
Method
testUnsubscribeAction
()
tests/java/itrx/chapter1/UnsubscribingExample.java:123
Method
testUsing
()
tests/java/itrx/chapter3/error/UsingExample.java:76
Method
testWithAccumulator
()
tests/java/itrx/chapter2/aggregation/ReduceExample.java:109
Method
testWithSignal
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:197
Method
testWithSize
()
tests/java/itrx/chapter1/ReplaySubjectExample.java:100
Method
testWithTime
()
tests/java/itrx/chapter1/ReplaySubjectExample.java:114
Method
testZipMultiple
()
tests/java/itrx/chapter3/combining/ZipExample.java:159
Method
testZipUneven
()
tests/java/itrx/chapter3/combining/ZipExample.java:183
Method
testZipWith
()
tests/java/itrx/chapter3/combining/ZipExample.java:200
Method
testZipWithIterable
()
tests/java/itrx/chapter3/combining/ZipExample.java:223
Method
testerOnErrorResumeNext
()
tests/java/itrx/chapter3/error/ResumeExample.java:166
Method
testerSkipLast
()
tests/java/itrx/chapter2/reducing/TakeSkipExample.java:326
← previous
501–569 of 569, ranked by callers