Codibre/fluent-iterable

View on GitHub
docs/interfaces/index.FluentAsyncIterable.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FluentAsyncIterable | fluent-iterable - v1.38.0</title><meta name="description" content="Documentation for fluent-iterable"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">fluent-iterable - v1.38.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">fluent-iterable</a></li><li><a href="../modules/index.html">index</a></li><li><a href="index.FluentAsyncIterable.html">FluentAsyncIterable</a></li></ul><h1>Interface FluentAsyncIterable&lt;T&gt;</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Represents an asynchronous iterable extended with common processing and mutating capabilities.<br>
The capabilities introduced are defined as a <a href="https://en.wikipedia.org/wiki/Fluent_interface" target="_blank" class="external">fluent interface</a> and thus they support <em>method chaining</em>.</p>
</div><div class="tsd-comment tsd-typography"><h4 class="tsd-anchor-link"><a id="Typeparam" class="tsd-anchor"></a>Typeparam<a href="#Typeparam" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>T The type of the items in the asynchronous iterable.</p>
</div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">FluentAsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#T">T</a><span class="tsd-signature-symbol">&gt;</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#all">all</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncAllFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAllFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#any">any</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncAnyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAnyFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#append">append</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncAppendFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAppendFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#avg">avg</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncAvgFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAvgFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#catch">catch</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncCatchFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncCatchFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#combine">combine</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncCombineFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncCombineFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#combineJoin">combineJoin</a><span class="tsd-signature-symbol">: </span><a href="../types/types_function_types.AsyncCombineJoinFunction.html" class="tsd-signature-type tsd-kind-type-alias">AsyncCombineJoinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#concat">concat</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncConcatFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncConcatFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#contains">contains</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncContainsFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncContainsFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#count">count</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncCountFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncCountFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#distinct">distinct</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncDistinctFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncDistinctFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#distinctBy">distinctBy</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncDistinctByFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncDistinctByFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#emit">emit</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncEmitFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncEmitFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#every">every</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncAllFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAllFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#execute">execute</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncExecuteFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncExecuteFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#filter">filter</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncFilterFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncFilterFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#finally">finally</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.FinallyFunction.html" class="tsd-signature-type tsd-kind-interface">FinallyFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;async&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#first">first</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncFirstFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncFirstFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#flatJoin">flatJoin</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncFlatJoinFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncFlatJoinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#flatMap">flatMap</a><span class="tsd-signature-symbol">: </span><a href="../types/types_function_types.AsyncFlattenFunction.html" class="tsd-signature-type tsd-kind-type-alias">AsyncFlattenFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#flatMerge">flatMerge</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.FlatMergeFunction.html" class="tsd-signature-type tsd-kind-interface">FlatMergeFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#flatten">flatten</a><span class="tsd-signature-symbol">: </span><a href="../types/types_function_types.AsyncFlattenFunction.html" class="tsd-signature-type tsd-kind-type-alias">AsyncFlattenFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#forEach">forEach</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncForEachFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncForEachFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#group">group</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncGroupFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncGroupFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#hasExactly">hasExactly</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncHasExactlyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasExactlyFunction</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#hasLessOrExactly">hasLessOrExactly</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncHasLessOrExactly.html" class="tsd-signature-type tsd-kind-interface">AsyncHasLessOrExactly</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#hasLessThan">hasLessThan</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncHasLessThanFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasLessThanFunction</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#hasMoreOrExactly">hasMoreOrExactly</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncHasMoreOrExactlyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasMoreOrExactlyFunction</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#hasMoreThan">hasMoreThan</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncHasMoreThanFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasMoreThanFunction</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#isDistinct">isDistinct</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncIsDistinctFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncIsDistinctFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#join">join</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncJoinFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncJoinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#last">last</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncLastFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncLastFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#map">map</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncMapFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMapFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#max">max</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncMaxFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMaxFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#merge">merge</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncMergeFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#mergeCatching">mergeCatching</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncMergeCatchingFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeCatchingFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#mergeEmitter">mergeEmitter</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncMergeEmitterFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeEmitterFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#mergeEmitterCatching">mergeEmitterCatching</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncMergeEmitterCatchingFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeEmitterCatchingFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#min">min</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncMinFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#next">next</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncNextFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncNextFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#partition">partition</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncPartitionFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncPartitionFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#prepend">prepend</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncPrependFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncPrependFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#reduce">reduce</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncReduceFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncReduceFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#reduceAndMap">reduceAndMap</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncReduceAndMapFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncReduceAndMapFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#repeat">repeat</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncRepeatFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncRepeatFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#skip">skip</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncSkipFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSkipFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#skipWhile">skipWhile</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncSkipWhileFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSkipWhileFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#some">some</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncAnyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAnyFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#sort">sort</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncSortFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSortFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#sortBy">sortBy</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncSortByFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSortByFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#sum">sum</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncSumFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSumFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#take">take</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncTakeFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncTakeFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#takeWhile">takeWhile</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncTakeWhileFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncTakeWhileFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#toArray">toArray</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncToArrayFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToArrayFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#toMap">toMap</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncToMapFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToMapFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#toObject">toObject</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncToObjectFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToObjectFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#toObjectChain">toObjectChain</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncToObjectChainFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToObjectChainFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#toObjectChainReduce">toObjectChainReduce</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncToObjectChainReduceFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToObjectChainReduceFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#top">top</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncTopFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncTopFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#toSet">toSet</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncToSetFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToSetFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#unwind">unwind</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.UnwindFunction.html" class="tsd-signature-type tsd-kind-interface">UnwindFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;async&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#waitAll">waitAll</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncWaitAllFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncWaitAllFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#whenEmpty">whenEmpty</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncWhenEmptyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncWhenEmptyFunction</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="index.FluentAsyncIterable.html#withIndex">withIndex</a><span class="tsd-signature-symbol">: </span><a href="types_function_types.AsyncWithIndexFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncWithIndexFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#_asyncIterator_._asyncIterator_-1">[asyncIterator]</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#assureOrder.assureOrder-1">assureOrder</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#assureOrderDescending.assureOrderDescending-1">assureOrderDescending</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-1">combineEmitter</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-1.U">U</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?: </span><a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-1.U">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-2">combineEmitter</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-2.U-1">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-2.K">K</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-kind-parameter">keyA</span><span class="tsd-signature-symbol">: </span><a href="index.Mapper.html" class="tsd-signature-type tsd-kind-interface">Mapper</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.K">K</a><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-kind-parameter">keyB</span><span class="tsd-signature-symbol">: </span><a href="index.Mapper.html" class="tsd-signature-type tsd-kind-interface">Mapper</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.U-1">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.K">K</a><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?: </span><a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.U-1">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-3">combineEmitter</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-3.U-2">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-3.K-1">K</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-kind-parameter">keyA</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-keyword">keyof </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span>, <span class="tsd-kind-parameter">keyB</span><span class="tsd-signature-symbol">: </span><a href="index.Mapper.html" class="tsd-signature-type tsd-kind-interface">Mapper</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-3.U-2">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-3.K-1">K</a><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?: </span><a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-3.U-2">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#concatEmitter.concatEmitter-1">concatEmitter</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?: </span><a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#o.o-1">o</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#od.od-1">od</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#testIterable.testIterable-1">testIterable</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="index.FluentAsyncIterable.html#testResolving.testResolving-1">testResolving</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PromiseLike</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div> <section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="T" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li></ul></section> <section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#index.FluentAsyncIterable">view full</a>)</h4><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></li><li><a href="index.OrderAssurable.html" class="tsd-signature-type tsd-kind-interface">OrderAssurable</a><span class="tsd-signature-symbol">&lt;</span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></li><li><a href="types.FluentIterableEmitter.html" class="tsd-signature-type tsd-kind-interface">FluentIterableEmitter</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">FluentAsyncIterable</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="index.FluentAsyncIterable.html#all" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>all</span></a>
<a href="index.FluentAsyncIterable.html#any" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>any</span></a>
<a href="index.FluentAsyncIterable.html#append" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>append</span></a>
<a href="index.FluentAsyncIterable.html#avg" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>avg</span></a>
<a href="index.FluentAsyncIterable.html#catch" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>catch</span></a>
<a href="index.FluentAsyncIterable.html#combine" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>combine</span></a>
<a href="index.FluentAsyncIterable.html#combineJoin" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>combine<wbr/>Join</span></a>
<a href="index.FluentAsyncIterable.html#concat" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>concat</span></a>
<a href="index.FluentAsyncIterable.html#contains" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>contains</span></a>
<a href="index.FluentAsyncIterable.html#count" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>count</span></a>
<a href="index.FluentAsyncIterable.html#distinct" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>distinct</span></a>
<a href="index.FluentAsyncIterable.html#distinctBy" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>distinct<wbr/>By</span></a>
<a href="index.FluentAsyncIterable.html#emit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>emit</span></a>
<a href="index.FluentAsyncIterable.html#every" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>every</span></a>
<a href="index.FluentAsyncIterable.html#execute" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>execute</span></a>
<a href="index.FluentAsyncIterable.html#filter" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>filter</span></a>
<a href="index.FluentAsyncIterable.html#finally" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>finally</span></a>
<a href="index.FluentAsyncIterable.html#first" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>first</span></a>
<a href="index.FluentAsyncIterable.html#flatJoin" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flat<wbr/>Join</span></a>
<a href="index.FluentAsyncIterable.html#flatMap" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flat<wbr/>Map</span></a>
<a href="index.FluentAsyncIterable.html#flatMerge" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flat<wbr/>Merge</span></a>
<a href="index.FluentAsyncIterable.html#flatten" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flatten</span></a>
<a href="index.FluentAsyncIterable.html#forEach" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>for<wbr/>Each</span></a>
<a href="index.FluentAsyncIterable.html#group" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>group</span></a>
<a href="index.FluentAsyncIterable.html#hasExactly" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>Exactly</span></a>
<a href="index.FluentAsyncIterable.html#hasLessOrExactly" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>Less<wbr/>Or<wbr/>Exactly</span></a>
<a href="index.FluentAsyncIterable.html#hasLessThan" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>Less<wbr/>Than</span></a>
<a href="index.FluentAsyncIterable.html#hasMoreOrExactly" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>More<wbr/>Or<wbr/>Exactly</span></a>
<a href="index.FluentAsyncIterable.html#hasMoreThan" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>More<wbr/>Than</span></a>
<a href="index.FluentAsyncIterable.html#isDistinct" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is<wbr/>Distinct</span></a>
<a href="index.FluentAsyncIterable.html#join" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>join</span></a>
<a href="index.FluentAsyncIterable.html#last" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>last</span></a>
<a href="index.FluentAsyncIterable.html#map" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>map</span></a>
<a href="index.FluentAsyncIterable.html#max" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max</span></a>
<a href="index.FluentAsyncIterable.html#merge" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge</span></a>
<a href="index.FluentAsyncIterable.html#mergeCatching" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge<wbr/>Catching</span></a>
<a href="index.FluentAsyncIterable.html#mergeEmitter" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge<wbr/>Emitter</span></a>
<a href="index.FluentAsyncIterable.html#mergeEmitterCatching" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge<wbr/>Emitter<wbr/>Catching</span></a>
<a href="index.FluentAsyncIterable.html#min" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>min</span></a>
<a href="index.FluentAsyncIterable.html#next" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>next</span></a>
<a href="index.FluentAsyncIterable.html#partition" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>partition</span></a>
<a href="index.FluentAsyncIterable.html#prepend" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>prepend</span></a>
<a href="index.FluentAsyncIterable.html#reduce" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>reduce</span></a>
<a href="index.FluentAsyncIterable.html#reduceAndMap" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>reduce<wbr/>And<wbr/>Map</span></a>
<a href="index.FluentAsyncIterable.html#repeat" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>repeat</span></a>
<a href="index.FluentAsyncIterable.html#skip" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>skip</span></a>
<a href="index.FluentAsyncIterable.html#skipWhile" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>skip<wbr/>While</span></a>
<a href="index.FluentAsyncIterable.html#some" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>some</span></a>
<a href="index.FluentAsyncIterable.html#sort" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sort</span></a>
<a href="index.FluentAsyncIterable.html#sortBy" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sort<wbr/>By</span></a>
<a href="index.FluentAsyncIterable.html#sum" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sum</span></a>
<a href="index.FluentAsyncIterable.html#take" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>take</span></a>
<a href="index.FluentAsyncIterable.html#takeWhile" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>take<wbr/>While</span></a>
<a href="index.FluentAsyncIterable.html#toArray" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Array</span></a>
<a href="index.FluentAsyncIterable.html#toMap" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Map</span></a>
<a href="index.FluentAsyncIterable.html#toObject" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Object</span></a>
<a href="index.FluentAsyncIterable.html#toObjectChain" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Object<wbr/>Chain</span></a>
<a href="index.FluentAsyncIterable.html#toObjectChainReduce" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Object<wbr/>Chain<wbr/>Reduce</span></a>
<a href="index.FluentAsyncIterable.html#top" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>top</span></a>
<a href="index.FluentAsyncIterable.html#toSet" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Set</span></a>
<a href="index.FluentAsyncIterable.html#unwind" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unwind</span></a>
<a href="index.FluentAsyncIterable.html#waitAll" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>wait<wbr/>All</span></a>
<a href="index.FluentAsyncIterable.html#whenEmpty" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>when<wbr/>Empty</span></a>
<a href="index.FluentAsyncIterable.html#withIndex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>with<wbr/>Index</span></a>
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="index.FluentAsyncIterable.html#_asyncIterator_" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>[async<wbr/>Iterator]</span></a>
<a href="index.FluentAsyncIterable.html#assureOrder" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assure<wbr/>Order</span></a>
<a href="index.FluentAsyncIterable.html#assureOrderDescending" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assure<wbr/>Order<wbr/>Descending</span></a>
<a href="index.FluentAsyncIterable.html#combineEmitter" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>combine<wbr/>Emitter</span></a>
<a href="index.FluentAsyncIterable.html#concatEmitter" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>concat<wbr/>Emitter</span></a>
<a href="index.FluentAsyncIterable.html#o" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>o</span></a>
<a href="index.FluentAsyncIterable.html#od" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>od</span></a>
<a href="index.FluentAsyncIterable.html#testIterable" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>test<wbr/>Iterable</span></a>
<a href="index.FluentAsyncIterable.html#testResolving" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>test<wbr/>Resolving</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="all" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>all</span><a href="#all" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">all</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncAllFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAllFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="any" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>any</span><a href="#any" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">any</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncAnyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAnyFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="append" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>append</span><a href="#append" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">append</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncAppendFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAppendFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="avg" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>avg</span><a href="#avg" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">avg</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncAvgFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAvgFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="catch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>catch</span><a href="#catch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">catch</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncCatchFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncCatchFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="combine" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>combine</span><a href="#combine" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">combine</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncCombineFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncCombineFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="combineJoin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>combine<wbr/>Join</span><a href="#combineJoin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">combine<wbr/>Join</span><span class="tsd-signature-symbol">:</span> <a href="../types/types_function_types.AsyncCombineJoinFunction.html" class="tsd-signature-type tsd-kind-type-alias">AsyncCombineJoinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="concat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>concat</span><a href="#concat" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">concat</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncConcatFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncConcatFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="contains" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>contains</span><a href="#contains" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">contains</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncContainsFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncContainsFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="count" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">count</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncCountFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncCountFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="distinct" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>distinct</span><a href="#distinct" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">distinct</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncDistinctFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncDistinctFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="distinctBy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>distinct<wbr/>By</span><a href="#distinctBy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">distinct<wbr/>By</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncDistinctByFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncDistinctByFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="emit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>emit</span><a href="#emit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">emit</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncEmitFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncEmitFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="every" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>every</span><a href="#every" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">every</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncAllFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAllFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="execute" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>execute</span><a href="#execute" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">execute</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncExecuteFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncExecuteFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="filter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>filter</span><a href="#filter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">filter</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncFilterFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncFilterFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="finally" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>finally</span><a href="#finally" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">finally</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.FinallyFunction.html" class="tsd-signature-type tsd-kind-interface">FinallyFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;async&quot;</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="first" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>first</span><a href="#first" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">first</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncFirstFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncFirstFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="flatJoin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>flat<wbr/>Join</span><a href="#flatJoin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">flat<wbr/>Join</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncFlatJoinFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncFlatJoinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="flatMap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>flat<wbr/>Map</span><a href="#flatMap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">flat<wbr/>Map</span><span class="tsd-signature-symbol">:</span> <a href="../types/types_function_types.AsyncFlattenFunction.html" class="tsd-signature-type tsd-kind-type-alias">AsyncFlattenFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="flatMerge" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>flat<wbr/>Merge</span><a href="#flatMerge" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">flat<wbr/>Merge</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.FlatMergeFunction.html" class="tsd-signature-type tsd-kind-interface">FlatMergeFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="flatten" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>flatten</span><a href="#flatten" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">flatten</span><span class="tsd-signature-symbol">:</span> <a href="../types/types_function_types.AsyncFlattenFunction.html" class="tsd-signature-type tsd-kind-type-alias">AsyncFlattenFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="forEach" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>for<wbr/>Each</span><a href="#forEach" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">for<wbr/>Each</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncForEachFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncForEachFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="group" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>group</span><a href="#group" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">group</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncGroupFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncGroupFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="hasExactly" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>has<wbr/>Exactly</span><a href="#hasExactly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">has<wbr/>Exactly</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncHasExactlyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasExactlyFunction</a></div></section><section class="tsd-panel tsd-member"><a id="hasLessOrExactly" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>has<wbr/>Less<wbr/>Or<wbr/>Exactly</span><a href="#hasLessOrExactly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">has<wbr/>Less<wbr/>Or<wbr/>Exactly</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncHasLessOrExactly.html" class="tsd-signature-type tsd-kind-interface">AsyncHasLessOrExactly</a></div></section><section class="tsd-panel tsd-member"><a id="hasLessThan" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>has<wbr/>Less<wbr/>Than</span><a href="#hasLessThan" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">has<wbr/>Less<wbr/>Than</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncHasLessThanFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasLessThanFunction</a></div></section><section class="tsd-panel tsd-member"><a id="hasMoreOrExactly" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>has<wbr/>More<wbr/>Or<wbr/>Exactly</span><a href="#hasMoreOrExactly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">has<wbr/>More<wbr/>Or<wbr/>Exactly</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncHasMoreOrExactlyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasMoreOrExactlyFunction</a></div></section><section class="tsd-panel tsd-member"><a id="hasMoreThan" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>has<wbr/>More<wbr/>Than</span><a href="#hasMoreThan" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">has<wbr/>More<wbr/>Than</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncHasMoreThanFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncHasMoreThanFunction</a></div></section><section class="tsd-panel tsd-member"><a id="isDistinct" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Distinct</span><a href="#isDistinct" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">is<wbr/>Distinct</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncIsDistinctFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncIsDistinctFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="join" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>join</span><a href="#join" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">join</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncJoinFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncJoinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="last" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>last</span><a href="#last" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">last</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncLastFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncLastFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="map" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>map</span><a href="#map" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">map</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncMapFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMapFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="max" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>max</span><a href="#max" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">max</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncMaxFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMaxFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="merge" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>merge</span><a href="#merge" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">merge</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncMergeFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="mergeCatching" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>merge<wbr/>Catching</span><a href="#mergeCatching" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">merge<wbr/>Catching</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncMergeCatchingFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeCatchingFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="mergeEmitter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>merge<wbr/>Emitter</span><a href="#mergeEmitter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">merge<wbr/>Emitter</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncMergeEmitterFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeEmitterFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="mergeEmitterCatching" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>merge<wbr/>Emitter<wbr/>Catching</span><a href="#mergeEmitterCatching" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">merge<wbr/>Emitter<wbr/>Catching</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncMergeEmitterCatchingFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMergeEmitterCatchingFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="min" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>min</span><a href="#min" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">min</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncMinFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncMinFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="next" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>next</span><a href="#next" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">next</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncNextFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncNextFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="partition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>partition</span><a href="#partition" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">partition</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncPartitionFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncPartitionFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="prepend" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>prepend</span><a href="#prepend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">prepend</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncPrependFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncPrependFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="reduce" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>reduce</span><a href="#reduce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">reduce</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncReduceFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncReduceFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="reduceAndMap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>reduce<wbr/>And<wbr/>Map</span><a href="#reduceAndMap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">reduce<wbr/>And<wbr/>Map</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncReduceAndMapFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncReduceAndMapFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="repeat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>repeat</span><a href="#repeat" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">repeat</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncRepeatFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncRepeatFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="skip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>skip</span><a href="#skip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">skip</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncSkipFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSkipFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="skipWhile" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>skip<wbr/>While</span><a href="#skipWhile" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">skip<wbr/>While</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncSkipWhileFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSkipWhileFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="some" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>some</span><a href="#some" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">some</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncAnyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncAnyFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="sort" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sort</span><a href="#sort" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sort</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncSortFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSortFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="sortBy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sort<wbr/>By</span><a href="#sortBy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sort<wbr/>By</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncSortByFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSortByFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="sum" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sum</span><a href="#sum" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sum</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncSumFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncSumFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="take" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>take</span><a href="#take" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">take</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncTakeFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncTakeFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="takeWhile" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>take<wbr/>While</span><a href="#takeWhile" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">take<wbr/>While</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncTakeWhileFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncTakeWhileFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="toArray" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>to<wbr/>Array</span><a href="#toArray" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">to<wbr/>Array</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncToArrayFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToArrayFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="toMap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>to<wbr/>Map</span><a href="#toMap" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">to<wbr/>Map</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncToMapFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToMapFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="toObject" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>to<wbr/>Object</span><a href="#toObject" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">to<wbr/>Object</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncToObjectFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToObjectFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="toObjectChain" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>to<wbr/>Object<wbr/>Chain</span><a href="#toObjectChain" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">to<wbr/>Object<wbr/>Chain</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncToObjectChainFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToObjectChainFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="toObjectChainReduce" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>to<wbr/>Object<wbr/>Chain<wbr/>Reduce</span><a href="#toObjectChainReduce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">to<wbr/>Object<wbr/>Chain<wbr/>Reduce</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncToObjectChainReduceFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToObjectChainReduceFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="top" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>top</span><a href="#top" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">top</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncTopFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncTopFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="toSet" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>to<wbr/>Set</span><a href="#toSet" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">to<wbr/>Set</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncToSetFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncToSetFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="unwind" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>unwind</span><a href="#unwind" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">unwind</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.UnwindFunction.html" class="tsd-signature-type tsd-kind-interface">UnwindFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;async&quot;</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="waitAll" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>wait<wbr/>All</span><a href="#waitAll" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">wait<wbr/>All</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncWaitAllFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncWaitAllFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section><section class="tsd-panel tsd-member"><a id="whenEmpty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>when<wbr/>Empty</span><a href="#whenEmpty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">when<wbr/>Empty</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncWhenEmptyFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncWhenEmptyFunction</a></div></section><section class="tsd-panel tsd-member"><a id="withIndex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>with<wbr/>Index</span><a href="#withIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">with<wbr/>Index</span><span class="tsd-signature-symbol">:</span> <a href="types_function_types.AsyncWithIndexFunction.html" class="tsd-signature-type tsd-kind-interface">AsyncWithIndexFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></div></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Methods</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="_asyncIterator_" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>[async<wbr/>Iterator]</span><a href="#_asyncIterator_" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited tsd-is-external"><li class="tsd-signature tsd-anchor-link"><a id="_asyncIterator_._asyncIterator_-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">[async<wbr/>Iterator]</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#_asyncIterator_._asyncIterator_-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><p>Inherited from AsyncIterable.[asyncIterator]</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="assureOrder" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assure<wbr/>Order</span><a href="#assureOrder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="assureOrder.assureOrder-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assure<wbr/>Order</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><a href="#assureOrder.assureOrder-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Assures the order of the object. For the next operations to be used,
it will be assumed that the order, no matter the predicate used, will
be ascending, and this will affect the way some operations works.</p>
<p>Be sure to use this method only if you know the order will be right</p>
</div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="index.OrderAssurable.html">OrderAssurable</a>.<a href="index.OrderAssurable.html#assureOrder">assureOrder</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="assureOrderDescending" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assure<wbr/>Order<wbr/>Descending</span><a href="#assureOrderDescending" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="assureOrderDescending.assureOrderDescending-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assure<wbr/>Order<wbr/>Descending</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><a href="#assureOrderDescending.assureOrderDescending-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Assures the descending order of the object. For the next operations to be used,
it will be assumed that the order, no matter the predicate used, will
be descending, and this will affect the way some operations works.</p>
<p>Be sure to use this method only if you know the order will be right</p>
</div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="index.OrderAssurable.html">OrderAssurable</a>.<a href="index.OrderAssurable.html#assureOrderDescending">assureOrderDescending</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="combineEmitter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>combine<wbr/>Emitter</span><a href="#combineEmitter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="combineEmitter.combineEmitter-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">combine<wbr/>Emitter</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-1.U">U</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-1.U">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><a href="#combineEmitter.combineEmitter-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Join the iterable with an EventEmitter, returning a new async iterable with a NxN combination</p>
<p><strong>IMPORTANT</strong>: the AsyncIterable created from the EventEmitter is always based on a key event which every
emission generates a new yielded result. The default key event is <strong>'data'</strong>.</p>
<p>Also, the generated AsyncIterable will be infinite unless an ending event is emitted at some point.
The defaults ending events are <strong>'end'</strong> and <strong>'close'</strong>. So, it's important to have in mind this behavior
to use this feature properly. Operations that requires finiteness to be used may fall into an infinite loop.</p>
<p>If you need to change the key event or other characteristics, you can do it through the <strong>options</strong> parameter</p>
</div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="combineEmitter.combineEmitter-1.U" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">U</span> = <span class="tsd-signature-type">any</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">emitter</span>: <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The EventEmitter</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a></span><div class="tsd-comment tsd-typography"><p>The EventEmitter options. Optional</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-1.U">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.FluentIterableEmitter.html">FluentIterableEmitter</a>.<a href="types.FluentIterableEmitter.html#combineEmitter">combineEmitter</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="combineEmitter.combineEmitter-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">combine<wbr/>Emitter</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-2.U-1">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-2.K">K</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span>, <span class="tsd-kind-parameter">keyA</span>, <span class="tsd-kind-parameter">keyB</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.U-1">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><a href="#combineEmitter.combineEmitter-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Join the iterable with another the EventEmitter, returning a new async iterable with the inner matching combinations</p>
<p><strong>IMPORTANT</strong>: the AsyncIterable created from the EventEmitter is always based on a key event which every
emission generates a new yielded result. The default key event is <strong>'data'</strong>.</p>
<p>Also, the generated AsyncIterable will be infinite unless an ending event is emitted at some point.
The defaults ending events are <strong>'end'</strong> and <strong>'close'</strong>. So, it's important to have in mind this behavior
to use this feature properly. Operations that requires finiteness to be used may fall into an infinite loop.</p>
<p>If you need to change the key event or other characteristics, you can do it through the <strong>options</strong> parameter</p>
</div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="combineEmitter.combineEmitter-2.U-1" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">U</span></span></li><li><span><a id="combineEmitter.combineEmitter-2.K" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">K</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">emitter</span>: <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The EventEmitter</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">keyA</span>: <a href="index.Mapper.html" class="tsd-signature-type tsd-kind-interface">Mapper</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.K">K</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>A mapper that returns the key map value from the left iterable</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">keyB</span>: <a href="index.Mapper.html" class="tsd-signature-type tsd-kind-interface">Mapper</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.U-1">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.K">K</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>A mapper that returns the key map value from the right iterable</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a></span><div class="tsd-comment tsd-typography"><p>The EventEmitter options. Optional</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-2.U-1">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.FluentIterableEmitter.html">FluentIterableEmitter</a>.<a href="types.FluentIterableEmitter.html#combineEmitter">combineEmitter</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="combineEmitter.combineEmitter-3" class="tsd-anchor"></a><span class="tsd-kind-call-signature">combine<wbr/>Emitter</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-3.U-2">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentAsyncIterable.html#combineEmitter.combineEmitter-3.K-1">K</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span>, <span class="tsd-kind-parameter">keyA</span>, <span class="tsd-kind-parameter">keyB</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-3.U-2">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><a href="#combineEmitter.combineEmitter-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Join the iterable with another the EventEmitter, returning a new async iterable with the inner matching combinations</p>
<p><strong>IMPORTANT</strong>: the AsyncIterable created from the EventEmitter is always based on a key event which every
emission generates a new yielded result. The default key event is <strong>'data'</strong>.</p>
<p>Also, the generated AsyncIterable will be infinite unless an ending event is emitted at some point.
The defaults ending events are <strong>'end'</strong> and <strong>'close'</strong>. So, it's important to have in mind this behavior
to use this feature properly. Operations that requires finiteness to be used may fall into an infinite loop.</p>
<p>If you need to change the key event or other characteristics, you can do it through the <strong>options</strong> parameter</p>
</div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="combineEmitter.combineEmitter-3.U-2" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">U</span></span></li><li><span><a id="combineEmitter.combineEmitter-3.K-1" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">K</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">emitter</span>: <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The EventEmitter</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">keyA</span>: <span class="tsd-signature-keyword">keyof </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span></span><div class="tsd-comment tsd-typography"><p>A mapper that returns the key map value from the left iterable</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">keyB</span>: <a href="index.Mapper.html" class="tsd-signature-type tsd-kind-interface">Mapper</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-3.U-2">U</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-3.K-1">K</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>A mapper that returns the key map value from the right iterable</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a></span><div class="tsd-comment tsd-typography"><p>The EventEmitter options. Optional</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="index.FluentIterable.html#combineEmitter.combineEmitter-3.U-2">U</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.FluentIterableEmitter.html">FluentIterableEmitter</a>.<a href="types.FluentIterableEmitter.html#combineEmitter">combineEmitter</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="concatEmitter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>concat<wbr/>Emitter</span><a href="#concatEmitter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="concatEmitter.concatEmitter-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">concat<wbr/>Emitter</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">emitter</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><a href="#concatEmitter.concatEmitter-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Concatenates the specified Emitter to the async iterable.</p>
<p><strong>IMPORTANT</strong>: the AsyncIterable created from the EventEmitter is always based on a key event which every
emission generates a new yielded result. The default key event is <strong>'data'</strong>.</p>
<p>Also, the generated AsyncIterable will be infinite unless an ending event is emitted at some point.
The defaults ending events are <strong>'end'</strong> and <strong>'close'</strong>. So, it's important to have in mind this behavior
to use this feature properly. Operations that requires finiteness to be used may fall into an infinite loop.</p>
<p>If you need to change the key event or other characteristics, you can do it through the <strong>options</strong> parameter</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">emitter</span>: <span class="tsd-signature-type">EventEmitter</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DefaultEventMap</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The EventEmitter</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="types.FluentEmitOptions.html" class="tsd-signature-type tsd-kind-interface">FluentEmitOptions</a></span><div class="tsd-comment tsd-typography"><p>The EventEmitter options. Optional</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><p>The [[FluentAsyncIterable]] of the concatenated async iterables.</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.FluentIterableEmitter.html">FluentIterableEmitter</a>.<a href="types.FluentIterableEmitter.html#concatEmitter">concatEmitter</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="o" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>o</span><a href="#o" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="o.o-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">o</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><a href="#o.o-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Alias for assureOrder</p>
<p>Assures the order of the object. For the next operations to be used,
it will be assumed that the order, no matter the predicate used, will
be ascending, and this will affect the way some operations works.</p>
<p>Be sure to use this method only if you know the order will be right</p>
</div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="index.OrderAssurable.html">OrderAssurable</a>.<a href="index.OrderAssurable.html#o">o</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="od" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>od</span><a href="#od" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="od.od-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">od</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><a href="#od.od-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>alias for assureOrderDescending</p>
<p>Assures the descending order of the object. For the next operations to be used,
it will be assumed that the order, no matter the predicate used, will
be descending, and this will affect the way some operations works.</p>
<p>Be sure to use this method only if you know the order will be right</p>
</div><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="index.OrderAssurable.html">OrderAssurable</a>.<a href="index.OrderAssurable.html#od">od</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="testIterable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>test<wbr/>Iterable</span><a href="#testIterable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="testIterable.testIterable-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">test<wbr/>Iterable</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span><a href="#testIterable.testIterable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="index.FluentAsyncIterable.html" class="tsd-signature-type tsd-kind-interface">FluentAsyncIterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member"><a id="testResolving" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>test<wbr/>Resolving</span><a href="#testResolving" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="testResolving.testResolving-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">test<wbr/>Resolving</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PromiseLike</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><a href="#testResolving.testResolving-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">PromiseLike</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#all" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>all</span></a><a href="#any" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>any</span></a><a href="#append" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>append</span></a><a href="#avg" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>avg</span></a><a href="#catch" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>catch</span></a><a href="#combine" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>combine</span></a><a href="#combineJoin" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>combine<wbr/>Join</span></a><a href="#concat" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>concat</span></a><a href="#contains" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>contains</span></a><a href="#count" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>count</span></a><a href="#distinct" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>distinct</span></a><a href="#distinctBy" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>distinct<wbr/>By</span></a><a href="#emit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>emit</span></a><a href="#every" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>every</span></a><a href="#execute" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>execute</span></a><a href="#filter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>filter</span></a><a href="#finally" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>finally</span></a><a href="#first" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>first</span></a><a href="#flatJoin" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flat<wbr/>Join</span></a><a href="#flatMap" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flat<wbr/>Map</span></a><a href="#flatMerge" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flat<wbr/>Merge</span></a><a href="#flatten" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>flatten</span></a><a href="#forEach" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>for<wbr/>Each</span></a><a href="#group" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>group</span></a><a href="#hasExactly" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>Exactly</span></a><a href="#hasLessOrExactly" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>Less<wbr/>Or<wbr/>Exactly</span></a><a href="#hasLessThan" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>Less<wbr/>Than</span></a><a href="#hasMoreOrExactly" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>More<wbr/>Or<wbr/>Exactly</span></a><a href="#hasMoreThan" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>has<wbr/>More<wbr/>Than</span></a><a href="#isDistinct" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is<wbr/>Distinct</span></a><a href="#join" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>join</span></a><a href="#last" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>last</span></a><a href="#map" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>map</span></a><a href="#max" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max</span></a><a href="#merge" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge</span></a><a href="#mergeCatching" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge<wbr/>Catching</span></a><a href="#mergeEmitter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge<wbr/>Emitter</span></a><a href="#mergeEmitterCatching" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>merge<wbr/>Emitter<wbr/>Catching</span></a><a href="#min" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>min</span></a><a href="#next" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>next</span></a><a href="#partition" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>partition</span></a><a href="#prepend" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>prepend</span></a><a href="#reduce" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>reduce</span></a><a href="#reduceAndMap" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>reduce<wbr/>And<wbr/>Map</span></a><a href="#repeat" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>repeat</span></a><a href="#skip" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>skip</span></a><a href="#skipWhile" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>skip<wbr/>While</span></a><a href="#some" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>some</span></a><a href="#sort" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sort</span></a><a href="#sortBy" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sort<wbr/>By</span></a><a href="#sum" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sum</span></a><a href="#take" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>take</span></a><a href="#takeWhile" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>take<wbr/>While</span></a><a href="#toArray" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Array</span></a><a href="#toMap" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Map</span></a><a href="#toObject" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Object</span></a><a href="#toObjectChain" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Object<wbr/>Chain</span></a><a href="#toObjectChainReduce" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Object<wbr/>Chain<wbr/>Reduce</span></a><a href="#top" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>top</span></a><a href="#toSet" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>to<wbr/>Set</span></a><a href="#unwind" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>unwind</span></a><a href="#waitAll" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>wait<wbr/>All</span></a><a href="#whenEmpty" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>when<wbr/>Empty</span></a><a href="#withIndex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>with<wbr/>Index</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#_asyncIterator_" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>[async<wbr/>Iterator]</span></a><a href="#assureOrder" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assure<wbr/>Order</span></a><a href="#assureOrderDescending" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assure<wbr/>Order<wbr/>Descending</span></a><a href="#combineEmitter" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>combine<wbr/>Emitter</span></a><a href="#concatEmitter" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>concat<wbr/>Emitter</span></a><a href="#o" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>o</span></a><a href="#od" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>od</span></a><a href="#testIterable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>test<wbr/>Iterable</span></a><a href="#testResolving" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>test<wbr/>Resolving</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>fluent-iterable - v1.38.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>