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
exampleAdvanceTo
()
tests/java/itrx/chapter4/testing/TestSchedulerExample.java:39
Method
exampleAll
()
tests/java/itrx/chapter2/inspection/AllExample.java:40
Method
exampleAllEarlyFalse
()
tests/java/itrx/chapter2/inspection/AllExample.java:62
Method
exampleAllError
()
tests/java/itrx/chapter2/inspection/AllExample.java:92
Method
exampleAllErrorAfterComplete
()
tests/java/itrx/chapter2/inspection/AllExample.java:110
Method
exampleAmb
()
tests/java/itrx/chapter3/combining/AmbExample.java:37
Method
exampleAmbWith
()
tests/java/itrx/chapter3/combining/AmbExample.java:46
Method
exampleBadIndex
()
tests/java/itrx/chapter3/sideeffects/SideEffectExample.java:63
Method
exampleBadIndexFail
()
tests/java/itrx/chapter3/sideeffects/SideEffectExample.java:80
Method
exampleBlocking
()
tests/java/itrx/chapter4/scheduling/SubscribeOnExample.java:38
Method
exampleBlockingForEach
()
tests/java/itrx/chapter3/leaving/ForEachExample.java:58
Method
exampleBlockingForEachError
()
tests/java/itrx/chapter3/leaving/ForEachExample.java:76
Method
exampleBuffer
()
tests/java/itrx/chapter4/backpressure/ConsumerSideExample.java:57
Method
exampleByCount
()
tests/java/itrx/chapter4/coincidence/WindowExample.java:59
Method
exampleByCount
()
tests/java/itrx/chapter3/timeshifted/TakeLastBufferExample.java:38
Method
exampleByCount
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:38
Method
exampleByCountAndTime
()
tests/java/itrx/chapter3/timeshifted/TakeLastBufferExample.java:55
Method
exampleByCountAndTime
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:60
Method
exampleBySignal
()
tests/java/itrx/chapter4/coincidence/WindowExample.java:88
Method
exampleByTime
()
tests/java/itrx/chapter4/coincidence/WindowExample.java:73
Method
exampleByTime
()
tests/java/itrx/chapter3/timeshifted/TakeLastBufferExample.java:46
Method
exampleByTime
()
tests/java/itrx/chapter3/timeshifted/BufferExample.java:48
Method
exampleCache
()
tests/java/itrx/chapter3/hotandcold/CacheExample.java:38
Method
exampleCacheUnsubscribe
()
tests/java/itrx/chapter3/hotandcold/CacheExample.java:60
Method
exampleCancelWithInterrupt
()
tests/java/itrx/chapter4/scheduling/SchedulerExample.java:81
Method
exampleCancelWork
()
tests/java/itrx/chapter4/scheduling/SchedulerExample.java:64
Method
exampleCast
()
tests/java/itrx/chapter2/transforming/CastTypeOfExample.java:57
Method
exampleCastFail
()
tests/java/itrx/chapter2/transforming/CastTypeOfExample.java:71
Method
exampleCollision
()
tests/java/itrx/chapter4/testing/TestSchedulerExample.java:125
Method
exampleCompleted
()
tests/java/itrx/chapter1/BehaviorSubjectExample.java:46
Method
exampleComposeFromClass
()
tests/java/itrx/chapter3/custom/ComposeExample.java:72
Method
exampleComposeParameterised
()
tests/java/itrx/chapter3/custom/ComposeExample.java:84
Method
exampleConcat
()
tests/java/itrx/chapter3/combining/ConcatExample.java:34
Method
exampleConcatDynamic
()
tests/java/itrx/chapter3/combining/ConcatExample.java:49
Method
exampleConcatMap
()
tests/java/itrx/chapter2/transforming/ConcatMapExample.java:37
Method
exampleConcatWith
()
tests/java/itrx/chapter3/combining/ConcatExample.java:70
Method
exampleConnect
()
tests/java/itrx/chapter3/hotandcold/ConnectableObservableExample.java:39
Method
exampleContains
()
tests/java/itrx/chapter2/inspection/ContainsExample.java:38
Method
exampleCountLong
()
tests/java/itrx/chapter2/aggregation/CountExample.java:72
Method
exampleCreate
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:108
Method
exampleCustom
()
tests/java/itrx/chapter2/aggregation/ToCollectionExample.java:36
Method
exampleDebounce
()
tests/java/itrx/chapter3/timeshifted/DebounceExample.java:37
Method
exampleDebounceDynamic
()
tests/java/itrx/chapter3/timeshifted/DebounceExample.java:53
Method
exampleDefaultIfEmpty
()
tests/java/itrx/chapter2/inspection/DefaultIfEmptyExample.java:36
Method
exampleDefaultIfEmptyError
()
tests/java/itrx/chapter2/inspection/DefaultIfEmptyExample.java:51
Method
exampleDefer
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:96
Method
exampleDelay
()
tests/java/itrx/chapter3/timeshifted/DelayExample.java:37
Method
exampleDelaySubscription
()
tests/java/itrx/chapter3/timeshifted/DelayExample.java:51
Method
exampleDelaySubscriptionWithSignal
()
tests/java/itrx/chapter3/timeshifted/DelayExample.java:65
Method
exampleDisconnect
()
tests/java/itrx/chapter3/hotandcold/ConnectableObservableExample.java:59
Method
exampleDistinct
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:34
Method
exampleDistinctKey
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:58
Method
exampleDistinctUntilChanged
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:82
Method
exampleDistinctUntilChangedKey
()
tests/java/itrx/chapter2/reducing/DistinctExample.java:107
Method
exampleDoOnEach
()
tests/java/itrx/chapter3/sideeffects/DoOnExample.java:59
Method
exampleDoOnEachEncapsulation
()
tests/java/itrx/chapter3/sideeffects/DoOnExample.java:75
Method
exampleEarlyLate
()
tests/java/itrx/chapter1/ReplaySubjectExample.java:37
Method
exampleElementAt
()
tests/java/itrx/chapter2/inspection/ElementAtExample.java:34
Method
exampleElementAtOrDefault
()
tests/java/itrx/chapter2/inspection/ElementAtExample.java:49
Method
exampleEmpty
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:54
Method
exampleEquivalence
()
tests/java/itrx/chapter4/coincidence/GroupJoinExample.java:131
Method
exampleError
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:74
Method
exampleFalse
()
tests/java/itrx/chapter2/inspection/ExistsExample.java:34
Method
exampleFirst
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:57
Method
exampleFirst
()
tests/java/itrx/chapter3/leaving/FirstLastSingleExample.java:38
Method
exampleFirstOrDefault
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:77
Method
exampleFirstOrDefaultWithPredicate
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:87
Method
exampleFirstWithPredicate
()
tests/java/itrx/chapter2/aggregation/FirstExample.java:67
Method
exampleFlatMap
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:59
Method
exampleFlatMapAsynchronous
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:123
Method
exampleFlatMapFilter
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:101
Method
exampleFlatMapIterable
()
tests/java/itrx/chapter2/transforming/FlatMapIterableExample.java:82
Method
exampleFlatMapIterableWithSelector
()
tests/java/itrx/chapter2/transforming/FlatMapIterableExample.java:95
Method
exampleFlatMapLazyIterable
()
tests/java/itrx/chapter2/transforming/FlatMapIterableExample.java:110
Method
exampleFlatMapMultipleValues
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:71
Method
exampleFlatMapNewType
()
tests/java/itrx/chapter2/transforming/FlatMapExample.java:87
Method
exampleFromArray
()
tests/java/itrx/chapter2/creating/FromExample.java:73
Method
exampleFromFuture
()
tests/java/itrx/chapter2/creating/FromExample.java:36
Method
exampleFromFutureTimeout
()
tests/java/itrx/chapter2/creating/FromExample.java:55
Method
exampleFromIterable
()
tests/java/itrx/chapter2/creating/FromExample.java:88
Method
exampleFuture
()
tests/java/itrx/chapter3/leaving/FutureExample.java:38
Method
exampleGroupBy
()
tests/java/itrx/chapter2/aggregation/GroupByExample.java:34
Method
exampleIgnoreElements
()
tests/java/itrx/chapter2/reducing/IgnoreExample.java:34
Method
exampleImmediate
()
tests/java/itrx/chapter4/scheduling/SchedulersExample.java:43
Method
exampleIndependentSubscriptions
()
tests/java/itrx/chapter1/UnsubscribingExample.java:55
Method
exampleInitialvalue
()
tests/java/itrx/chapter1/BehaviorSubjectExample.java:59
Method
exampleInterval
()
tests/java/itrx/chapter2/creating/FunctionalUnfoldsExample.java:50
Method
exampleIntervalThread
()
tests/java/itrx/chapter4/scheduling/SubscribeOnExample.java:83
Method
exampleIsEmpty
()
tests/java/itrx/chapter2/inspection/IsEmptyExample.java:38
Method
exampleJoin2Way
()
tests/java/itrx/chapter4/coincidence/JoinExample.java:91
Method
exampleJoinSimple
()
tests/java/itrx/chapter4/coincidence/JoinExample.java:61
Method
exampleJust
()
tests/java/itrx/chapter2/creating/ObservableFactoriesExample.java:40
Method
exampleLast
()
tests/java/itrx/chapter2/aggregation/LastExample.java:54
Method
exampleLastOrDefault
()
tests/java/itrx/chapter2/aggregation/LastExample.java:74
Method
exampleLastOrDefaultWithPredicate
()
tests/java/itrx/chapter2/aggregation/LastExample.java:84
Method
exampleLastValue
()
tests/java/itrx/chapter1/AsyncSubjectExample.java:36
Method
exampleLastWithPredicate
()
tests/java/itrx/chapter2/aggregation/LastExample.java:64
Method
exampleLate
()
tests/java/itrx/chapter1/BehaviorSubjectExample.java:34
Method
exampleLatest
()
tests/java/itrx/chapter3/leaving/IterablesExample.java:82
Method
exampleLift
()
tests/java/itrx/chapter3/custom/LiftExample.java:73
← previous
next →
101–200 of 569, ranked by callers