Class StreamMerge<A, B>

See

merge for reference & examples.

Type Parameters

  • A
  • B

Hierarchy (view full)

Constructors

Properties

__owner?: ISubscription<any, any>

Internal use only. Do not use.

cacheLast: boolean
closeIn: CloseMode
closeOut: CloseMode
id: string
last: any = SEMAPHORE
parent?: ISubscription<any, A>
sources: Map<ISubscribable<A>, ISubscription<A, any>>
state: State = State.IDLE
subs: Partial<ISubscriber<B>>[] = []
wrapped?: Partial<ISubscriber<B>>
xform?: Reducer<A, B[]>

Methods

Generated using TypeDoc