Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "iterable-query"

Index

Exports

fn

Type aliases

AsyncChoice

AsyncChoice: [PromiseLike<K> | K, AsyncQueryable<V>]

AsyncFlow

AsyncFlow: AsyncFlow<S, T>

Flows the base type of a Query with a new iterated type.

AsyncHierarchyFlow

AsyncHierarchyFlow: AsyncHierarchyFlow<S, T>

Flows the base type of a Query as a hierarchical query with a new iterated type.

AsyncOrderedFlow

AsyncOrderedFlow: AsyncOrderedFlow<S, T>

Flows the base type of a Query as an ordered query with a new iterated type.

AsyncQueryable

AsyncQueryable: AsyncIterable<T> | Queryable<PromiseLike<T> | T>

AsyncUnorderedFlow

AsyncUnorderedFlow: AsyncUnorderedFlow<S, T>

Flows the base type of a Query as an unordered query with a new iterated type.

Choice

Choice: [K, Queryable<V>]

Flow

Flow: Flow<S, T>

Flows the base type of a Query with a new iterated type.

HierarchyFlow

HierarchyFlow: HierarchyFlow<S, T>

Flows the base type of a Query as a hierarchical query with a new iterated type.

KeyValuePair

KeyValuePair: KeyValuePair<T, K>

Typed key-value pairs derived from the properties of an object.

OrderedFlow

OrderedFlow: OrderedFlow<S, T>

Flows the base type of a Query as an ordered query with a new iterated type.

PossiblyAsyncHierarchyIterable

PossiblyAsyncHierarchyIterable: AsyncHierarchyIterable<TNode, T> | HierarchyIterable<TNode, T>

PossiblyAsyncIterable

PossiblyAsyncIterable: AsyncIterable<T> | Iterable<PromiseLike<T> | T>

PossiblyAsyncOrderedHierarchyIterable

PossiblyAsyncOrderedHierarchyIterable: AsyncOrderedHierarchyIterable<TNode, T> | OrderedHierarchyIterable<TNode, T>

PossiblyAsyncOrderedIterable

PossiblyAsyncOrderedIterable: AsyncOrderedIterable<T> | OrderedIterable<T>

QueriedType

QueriedType: QueriedType<T>

Queryable

Queryable: Iterable<T> | ArrayLike<T>

UnorderedFlow

UnorderedFlow: UnorderedFlow<S, T>

Flows the base type of a Query as an unordered query with a new iterated type.

Variables

Const Map

Map: MapConstructor = Map

Const Set

Set: SetConstructor = Set

Const WeakMap

WeakMap: WeakMapConstructor = WeakMap

Const WeakSet

WeakSet: WeakSetConstructor = WeakSet

Functions

from

fromAsync

Generated using TypeDoc