Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReactiveX/RxGo
/ Observe
Method
Observe
iterable.go:5–5 ·
view source on GitHub ↗
(opts ...Option)
Source
from the content-addressed store, hash-verified
3
// Iterable is the basic type that can be observed.
4
type
Iterable
interface
{
5
Observe(opts ...Option) <-
chan
Item
6
}
Callers
15
Observe
Method · 0.65
Error
Method · 0.65
Errors
Method · 0.65
FlatMap
Method · 0.65
Join
Method · 0.65
Observe
Method · 0.65
Sample
Method · 0.65
SequenceEqual
Method · 0.65
StartWith
Method · 0.65
ZipFromIterable
Method · 0.65
Amb
Function · 0.65
CombineLatest
Function · 0.65
Implementers
11
rangeIterable
iterable_range.go
channelIterable
iterable_channel.go
factoryIterable
iterable_factory.go
createIterable
iterable_create.go
OptionalSingleImpl
optionalsingle.go
ObservableImpl
observable.go
justIterable
iterable_just.go
eventSourceIterable
iterable_eventsource.go
sliceIterable
iterable_slice.go
deferIterable
iterable_defer.go
SingleImpl
single.go
Calls
no outgoing calls
Tested by
15
testConnectableSingle
Function · 0.52
testConnectableComposed
Function · 0.52
Test_Observable_Observe
Function · 0.52
Test_Observable_Timestamp
Function · 0.52
Test_Observable_Error
Function · 0.52
Test_Observable_WindowWithCount
Function · 0.52
Test_Observable_WindowWithCount_ZeroCount
Function · 0.52
Test_Observable_WindowWithCount_ObservableError
Function · 0.52
Test_Observable_WindowWithTimeOrCount
Function · 0.52
Test_FromChannel_SimpleCapacity
Function · 0.52
Test_FromChannel_ComposedCapacity
Function · 0.52
Test_Just_SimpleCapacity
Function · 0.52