Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "iterable-query"

Index

Type aliases

AsyncChoice

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

AsyncHierarchyQueryFlow

AsyncHierarchyQueryFlow: AsyncHierarchyQueryFlow<S, T>

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

AsyncOrderedQueryFlow

AsyncOrderedQueryFlow: AsyncOrderedQueryFlow<S, T>

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

AsyncQueryFlow

AsyncQueryFlow: AsyncQueryFlow<S, T>

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

AsyncQueryable

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

AsyncUnorderedQueryFlow

AsyncUnorderedQueryFlow: AsyncUnorderedQueryFlow<S, T>

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

Choice

Choice: [K, Queryable<V>]

HierarchyQueryFlow

HierarchyQueryFlow: HierarchyQueryFlow<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.

OrderedQueryFlow

OrderedQueryFlow: OrderedQueryFlow<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>

QueryFlow

QueryFlow: QueryFlow<S, T>

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

Queryable

Queryable: Iterable<T> | ArrayLike<T>

UnorderedQueryFlow

UnorderedQueryFlow: UnorderedQueryFlow<S, T>

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

Functions

from

fromAsync

Generated using TypeDoc