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

Method DefaultIfEmpty

observable.go:33–33  ·  view source on GitHub ↗
(defaultValue interface{}, opts ...Option)

Source from the content-addressed store, hash-verified

31 Count(opts ...Option) Single
32 Debounce(timespan Duration, opts ...Option) Observable
33 DefaultIfEmpty(defaultValue interface{}, opts ...Option) Observable
34 Distinct(apply Func, opts ...Option) Observable
35 DistinctUntilChanged(apply Func, opts ...Option) Observable
36 DoOnCompleted(completedFunc CompletedFunc, opts ...Option) Disposed

Implementers 1

ObservableImplobservable.go

Calls

no outgoing calls