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

Method FlatMap

observable.go:46–46  ·  view source on GitHub ↗
(apply ItemToObservable, opts ...Option)

Source from the content-addressed store, hash-verified

44 First(opts ...Option) OptionalSingle
45 FirstOrDefault(defaultValue interface{}, opts ...Option) Single
46 FlatMap(apply ItemToObservable, opts ...Option) Observable
47 ForEach(nextFunc NextFunc, errFunc ErrFunc, completedFunc CompletedFunc, opts ...Option) Disposed
48 GroupBy(length int, distribution func(Item) int, opts ...Option) Observable
49 GroupByDynamic(distribution func(Item) string, opts ...Option) Observable

Implementers 1

ObservableImplobservable.go

Calls

no outgoing calls