MCPcopy Create free account
hub / github.com/ReactiveX/RxGo / newFactoryIterable

Function newFactoryIterable

iterable_factory.go:7–9  ·  view source on GitHub ↗
(factory func(opts ...Option) <-chan Item)

Source from the content-addressed store, hash-verified

5}
6
7func newFactoryIterable(factory func(opts ...Option) <-chan Item) Iterable {
8 return &factoryIterable{factory: factory}
9}
10
11func (i *factoryIterable) Observe(opts ...Option) <-chan Item {
12 return i.factory(opts...)

Callers 4

customObservableOperatorFunction · 0.85
observableFunction · 0.85
singleFunction · 0.85
optionalSingleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…