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

Method Send

observable.go:68–68  ·  view source on GitHub ↗
(output chan<- Item, opts ...Option)

Source from the content-addressed store, hash-verified

66 Scan(apply Func2, opts ...Option) Observable
67 SequenceEqual(iterable Iterable, opts ...Option) Single
68 Send(output chan<- Item, opts ...Option)
69 Serialize(from int, identifier func(interface{}) int, opts ...Option) Observable
70 Skip(nth uint, opts ...Option) Observable
71 SkipLast(nth uint, opts ...Option) Observable

Callers 1

Test_Observable_SendFunction · 0.65

Implementers 1

ObservableImplobservable.go

Calls

no outgoing calls

Tested by 1

Test_Observable_SendFunction · 0.52