Class MetaStream<A, B>

See

metaStream 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
doneRequested: boolean
emitLast: boolean
factory: Fn<A, Nullable<ISubscription<B, B>>>
id: string
last: any = SEMAPHORE
parent?: ISubscription<any, A>
state: State = State.IDLE
stream?: ISubscription<B, B>
sub?: ISubscription<B, B>
subs: Partial<ISubscriber<B>>[] = []
wrapped?: Partial<ISubscriber<B>>
xform?: Reducer<A, B[]>

Methods

Generated using TypeDoc