import { Combinator } from "https://deno.land/x/polkadot@0.2.29/api/promise/Combinator.ts";
Constructors
new
Combinator(fns: (CombinatorFunction | [CombinatorFunction, ...unknown[]])[], callback: CombinatorCallback<T>)Methods
protected
_allHasFired(): booleanprotected
_createCallback(index: number): (value: any) => voidprotected
_triggerUpdate(): voidunsubscribe(): void