60 lines
15 KiB
HTML
60 lines
15 KiB
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
|
<title>reduceToData</title>
|
|
</head><body><link href="../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script><script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async></script><link href="../../styles/style.css" rel="Stylesheet"><link href="../../styles/logo-styles.css" rel="Stylesheet"><link href="../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../scripts/clipboard.js" async></script><script type="text/javascript" src="../../scripts/navigation-loader.js" async></script><script type="text/javascript" src="../../scripts/platform-content-handler.js" async></script><script type="text/javascript" src="../../scripts/main.js" async></script>
|
|
|
|
<div id="container">
|
|
<div id="leftColumn"><a href="../../index.html">
|
|
<div id="logo"></div>
|
|
</a>
|
|
<div id="paneSearch"></div>
|
|
<div id="sideMenu"></div>
|
|
</div>
|
|
<div id="main">
|
|
<script type="text/javascript" src="../../scripts/main.js"></script><div id="leftToggler"><span class="icon-toggler"></span></div>
|
|
|
|
<div class="main-content" id="content" pageids="dataforge-data::space.kscience.dataforge.data//reduceToData/kotlin.collections.Collection[space.kscience.dataforge.data.Data[TypeParam(bounds=[kotlin.Any])]]#kotlin.coroutines.CoroutineContext#space.kscience.dataforge.meta.Meta#kotlin.coroutines.SuspendFunction1[kotlin.collections.Collection[TypeParam(bounds=[kotlin.Any])],TypeParam(bounds=[kotlin.Any])]/PointingToDeclaration//-534866471">
|
|
<div class="navigation-wrapper" id="navigation-wrapper">
|
|
<div class="breadcrumbs"><a href="../index.html">dataforge-data</a>/<a href="index.html">space.kscience.dataforge.data</a>/<a href="reduce-to-data.html">reduceToData</a></div>
|
|
<div class="pull-right d-flex">
|
|
<div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":dataforge-data:dokkaHtmlPartial/commonMain">common</button></div>
|
|
<div id="searchBar"></div>
|
|
</div>
|
|
</div>
|
|
<div class="cover ">
|
|
<h1 class="cover"><span>reduce</span><wbr><span>To</span><wbr><span><span>Data</span></span></h1>
|
|
</div>
|
|
<div class="divergent-group" data-filterable-current=":dataforge-data:dokkaHtmlPartial/commonMain" data-filterable-set=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
|
|
|
<div>
|
|
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="symbol monospace">inline fun <<a href="reduce-to-data.html">T</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>, <a href="reduce-to-data.html">R</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html">Collection</a><<a href="-data/index.html">Data</a><<a href="reduce-to-data.html">T</a>>>.<a href="reduce-to-data.html">reduceToData</a>(coroutineContext: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html">CoroutineContext</a> = EmptyCoroutineContext, meta: <a href="../../dataforge-meta/space.kscience.dataforge.meta/-meta/index.html">Meta</a> = Meta.EMPTY, crossinline block: suspend (<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html">Collection</a><<a href="reduce-to-data.html">T</a>>) -> <a href="reduce-to-data.html">R</a>): <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">R</a>><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
|
</div>
|
|
<p class="paragraph">Lazily reduce a collection of <a href="-data/index.html">Data</a> to a single data.</p></div>
|
|
<div class="divergent-group" data-filterable-current=":dataforge-data:dokkaHtmlPartial/commonMain" data-filterable-set=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
|
|
|
<div>
|
|
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="symbol monospace">fun <<a href="reduce-to-data.html">K</a>, <a href="reduce-to-data.html">T</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>, <a href="reduce-to-data.html">R</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a><<a href="reduce-to-data.html">K</a>, <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">T</a>>>.<a href="reduce-to-data.html">reduceToData</a>(outputType: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-type/index.html">KType</a>, coroutineContext: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html">CoroutineContext</a> = EmptyCoroutineContext, meta: <a href="../../dataforge-meta/space.kscience.dataforge.meta/-meta/index.html">Meta</a> = Meta.EMPTY, block: suspend (<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a><<a href="reduce-to-data.html">K</a>, <a href="reduce-to-data.html">T</a>>) -> <a href="reduce-to-data.html">R</a>): <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">R</a>><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">inline suspend fun <<a href="reduce-to-data.html">T</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>, <a href="reduce-to-data.html">R</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>> <span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span><<a href="-named-data/index.html">NamedData</a><<a href="reduce-to-data.html">T</a>>>.<a href="reduce-to-data.html">reduceToData</a>(coroutineContext: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html">CoroutineContext</a> = EmptyCoroutineContext, meta: <a href="../../dataforge-meta/space.kscience.dataforge.meta/-meta/index.html">Meta</a> = Meta.EMPTY, noinline transformation: suspend (<span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span><<a href="-named-data/index.html">NamedData</a><<a href="reduce-to-data.html">T</a>>>) -> <a href="reduce-to-data.html">R</a>): <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">R</a>><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">inline suspend fun <<a href="reduce-to-data.html">T</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>, <a href="reduce-to-data.html">R</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>> <a href="-data-set/index.html">DataSet</a><<a href="reduce-to-data.html">T</a>>.<a href="reduce-to-data.html">reduceToData</a>(coroutineContext: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html">CoroutineContext</a> = EmptyCoroutineContext, meta: <a href="../../dataforge-meta/space.kscience.dataforge.meta/-meta/index.html">Meta</a> = Meta.EMPTY, noinline transformation: suspend (<span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span><<a href="-named-data/index.html">NamedData</a><<a href="reduce-to-data.html">T</a>>>) -> <a href="reduce-to-data.html">R</a>): <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">R</a>><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
|
</div>
|
|
</div>
|
|
<div class="divergent-group" data-filterable-current=":dataforge-data:dokkaHtmlPartial/commonMain" data-filterable-set=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
|
|
|
<div>
|
|
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="symbol monospace">inline fun <<a href="reduce-to-data.html">K</a>, <a href="reduce-to-data.html">T</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>, <a href="reduce-to-data.html">R</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a><<a href="reduce-to-data.html">K</a>, <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">T</a>>>.<a href="reduce-to-data.html">reduceToData</a>(coroutineContext: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html">CoroutineContext</a> = EmptyCoroutineContext, meta: <a href="../../dataforge-meta/space.kscience.dataforge.meta/-meta/index.html">Meta</a> = Meta.EMPTY, noinline block: suspend (<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a><<a href="reduce-to-data.html">K</a>, <a href="reduce-to-data.html">T</a>>) -> <a href="reduce-to-data.html">R</a>): <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">R</a>><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
|
</div>
|
|
<p class="paragraph">Lazily reduce a <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a> of <a href="-data/index.html">Data</a> with any static key.</p><h2 class="">Parameters</h2><div data-togglable="Parameters"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="Parameters"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dataforge-data:dokkaHtmlPartial/commonMain"><div data-togglable="Parameters"><div class="table" data-togglable="Parameters"><div class="table-row" data-filterable-current=":dataforge-data:dokkaHtmlPartial/commonMain" data-filterable-set=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex"><span><span>K</span></span></span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">type of the map key</p></div></div></div></div></div><div class="table-row" data-filterable-current=":dataforge-data:dokkaHtmlPartial/commonMain" data-filterable-set=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex"><span><span>T</span></span></span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">type of the input goal</p></div></div></div></div></div><div class="table-row" data-filterable-current=":dataforge-data:dokkaHtmlPartial/commonMain" data-filterable-set=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue WithExtraAttributes"><div class=""><span class="inline-flex"><span><span>R</span></span></span></div><div><div class="title"><div data-togglable="Parameters"><p class="paragraph">type of the result goal</p></div></div></div></div></div></div></div></div></div></div></div>
|
|
<div class="divergent-group" data-filterable-current=":dataforge-data:dokkaHtmlPartial/commonMain" data-filterable-set=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
|
|
|
<div>
|
|
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":dataforge-data:dokkaHtmlPartial/commonMain"><div class="symbol monospace">suspend fun <<a href="reduce-to-data.html">T</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>, <a href="reduce-to-data.html">R</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>> <span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span><<a href="-named-data/index.html">NamedData</a><<a href="reduce-to-data.html">T</a>>>.<a href="reduce-to-data.html">reduceToData</a>(outputType: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-type/index.html">KType</a>, coroutineContext: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-coroutine-context/index.html">CoroutineContext</a> = EmptyCoroutineContext, meta: <a href="../../dataforge-meta/space.kscience.dataforge.meta/-meta/index.html">Meta</a> = Meta.EMPTY, transformation: suspend (<span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span><<a href="-named-data/index.html">NamedData</a><<a href="reduce-to-data.html">T</a>>>) -> <a href="reduce-to-data.html">R</a>): <a href="-data/index.html">Data</a><<a href="reduce-to-data.html">R</a>><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
|
</div>
|
|
<p class="paragraph">Transform a <span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span> of <a href="-named-data/index.html">NamedData</a> to a single <a href="-data/index.html">Data</a>.</p></div>
|
|
</div>
|
|
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body></html>
|
|
|
|
|