Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed May 13, 2023
1 parent 7032751 commit 96174f1
Show file tree
Hide file tree
Showing 209 changed files with 18,342 additions and 15,634 deletions.
Original file line number Diff line number Diff line change
@@ -1,40 +1,66 @@
<!doctype html>
<html>
<head>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>containsAll</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>
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../";</script> <script>const storage = localStorage.getItem("dokka-dark-mode")
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async></script>
<link href="../../styles/style.css" rel="Stylesheet">
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
<link href="../../styles/main.css" rel="Stylesheet">
<link href="../../styles/prism.css" rel="Stylesheet">
<link href="../../styles/logo-styles.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" defer></script>
<script type="text/javascript" src="../../scripts/prism.js" async></script>
<script type="text/javascript" src="../../scripts/symbol-parameters-wrapper_deferred.js" defer></script></head>
<body>
<div class="navigation-wrapper" id="navigation-wrapper">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<div class="library-name">
<a href="../../index.html">
<span>assertk-project</span> </a> </div>
<div>0.26
</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=":assertk-coroutines:dokkaHtmlPartial/commonMain">common</button>
</div>
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
</div>
</div>
<div id="container">
<div id="leftColumn">
<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="assertk-coroutines::assertk.coroutines.assertions//containsAll/assertk.Assert[kotlinx.coroutines.flow.Flow[*]]#kotlin.Array[kotlin.Any?]/PointingToDeclaration//-1799283984">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../index.html">assertk-coroutines</a>/<a href="index.html">assertk.coroutines.assertions</a>/<a href="contains-all.html">containsAll</a></div>
<div class="pull-right d-flex">
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>contains</span><wbr><span>All</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines: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=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="symbol monospace">suspend fun <a href="../../assertk/assertk/-assert/index.html">Assert</a>&lt;<span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span>&lt;*&gt;&gt;.<a href="contains-all.html">containsAll</a>(vararg elements: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</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 id="main">
<div class="main-content" data-page-type="member" id="content" pageids="assertk-coroutines::assertk.coroutines.assertions//containsAll/assertk.Assert[kotlinx.coroutines.flow.Flow[*]]#kotlin.Array[kotlin.Any?]/PointingToDeclaration//-1799283984">
<div class="breadcrumbs"><a href="../index.html">assertk-coroutines</a><span class="delimiter">/</span><a href="index.html">assertk.coroutines.assertions</a><span class="delimiter">/</span><span class="current">containsAll</span></div>
<div class="cover ">
<h1 class="cover"><span>contains</span><wbr><span><span>All</span></span></h1>
</div>
<p class="paragraph">Asserts the flow emits all the expected elements, in any order. The flow may also emit additional elements. Succeeds as soon as all expected elements are received.</p><h2 class="">See also</h2><div data-togglable="See also"><div class="platform-hinted WithExtraAttributes" data-platform-hinted="data-platform-hinted" data-togglable="See also"><div class="content sourceset-depenent-content" data-active="" data-togglable=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div data-togglable="See also"><div class="table" data-togglable="See also"><div class="table-row" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="contains-none.html">containsNone</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="contains-exactly.html">containsExactly</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue WithExtraAttributes RowTitle"><div class=""><span class="inline-flex"><a href="contains-only.html">containsOnly</a></span><span class="inline-flex"><div data-togglable="See also"></div></span></div><div></div></div></div></div></div></div></div></div></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 class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">suspend </span><span class="token keyword">fun </span><a href="../../assertk/assertk/-assert/index.html">Assert</a><span class="token operator">&lt;</span><span class="token keyword"></span><span data-unresolved-link="kotlinx.coroutines.flow/Flow///PointingToDeclaration/">Flow</span><span class="token operator">&lt;</span><span class="token operator">*</span><span class="token operator">&gt;</span><span class="token operator">&gt;</span><span class="token punctuation">.</span><a href="contains-all.html"><span class="token function">containsAll</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter "><span class="token keyword">vararg </span>elements<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span></span></span><span class="token punctuation">)</span></div><p class="paragraph">Asserts the flow emits all the expected elements, in any order. The flow may also emit additional elements. Succeeds as soon as all expected elements are received.</p><h4 class="">See also</h4><div class="table"><div class="table-row" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="contains-none.html"><span>contains</span><wbr><span><span>None</span></span></a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="contains-exactly.html"><span>contains</span><wbr><span><span>Exactly</span></span></a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":assertk-coroutines:dokkaHtmlPartial/commonMain" data-filterable-set=":assertk-coroutines:dokkaHtmlPartial/commonMain"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="contains-only.html"><span>contains</span><wbr><span><span>Only</span></span></a></div></span></div><div></div></div></div></div></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 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>
</body></html>

</div>
</body>
</html>

Loading

0 comments on commit 96174f1

Please sign in to comment.