Skip to content

Commit

Permalink
Deploying to site from @ 8a23b89 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jun 13, 2024
1 parent 3f6e1e7 commit 958b76a
Show file tree
Hide file tree
Showing 23 changed files with 617 additions and 207 deletions.
79 changes: 47 additions & 32 deletions docs/latest/navigation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/latest/scripts/pages.json

Large diffs are not rendered by default.

79 changes: 47 additions & 32 deletions docs/latest/zipline-cryptography/navigation.html

Large diffs are not rendered by default.

79 changes: 47 additions & 32 deletions docs/latest/zipline-gradle-plugin/navigation.html

Large diffs are not rendered by default.

79 changes: 47 additions & 32 deletions docs/latest/zipline-loader/navigation.html

Large diffs are not rendered by default.

79 changes: 47 additions & 32 deletions docs/latest/zipline-profiler/navigation.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
</div>
<div class="filter-section" id="filter-section">
<button class="platform-tag platform-selector common-like" data-active="" data-filter=":zipline:dokkaHtmlPartial/commonMain">common</button>
<button class="platform-tag platform-selector js-like" data-active="" data-filter=":zipline:dokkaHtmlPartial/jsMain">js</button>
</div>
</div>
<div class="navigation-controls">
Expand All @@ -65,7 +66,7 @@ <h1 class="cover"><span>Zipline</span><wbr><span><span>Function</span></span></h
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":zipline:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="index.html">ZiplineFunction</a><span class="token operator">&lt;</span><a href="index.html">T</a><span class="token operator"> : </span><a href="../-zipline-service/index.html">ZiplineService</a><span class="token operator">&gt;</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/cashapp/zipline/tree/trunk//zipline/src/commonMain/kotlin/app/cash/zipline/ZiplineFunction.kt#L21">source</a>)</span></span></div><p class="paragraph">A function defined on an interface that extends <a href="../-zipline-service/index.html">ZiplineService</a> and that may be bridged.</p></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button><button class="section-tab" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION,EXTENSION_PROPERTY,EXTENSION_FUNCTION">Members &amp; Extensions</button></div>
<div class="tabs-section-body">
<div data-togglable="PROPERTY">
<h2 class="">Properties</h2>
Expand Down Expand Up @@ -131,6 +132,44 @@ <h2 class="">Properties</h2>
</div>
</div>
</div>
<div data-togglable="EXTENSION_FUNCTION">
<h2 class="">Functions</h2>
<div class="table"><a data-name="726394724%2FFunctions%2F-1254650990" anchor-label="asDynamicFunction" id="726394724%2FFunctions%2F-1254650990" data-filterable-set=":zipline:dokkaHtmlPartial/jsMain"></a>
<div class="table-row" data-filterable-current=":zipline:dokkaHtmlPartial/jsMain" data-filterable-set=":zipline:dokkaHtmlPartial/jsMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../as-dynamic-function.html"><span>as</span><wbr><span>Dynamic</span><wbr><span><span>Function</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="726394724%2FFunctions%2F-1254650990"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":zipline:dokkaHtmlPartial/jsMain" data-filterable-set=":zipline:dokkaHtmlPartial/jsMain" data-active="" data-toggle=":zipline:dokkaHtmlPartial/jsMain">js</button></div>
<div class="content sourceset-dependent-content" data-active="" data-togglable=":zipline:dokkaHtmlPartial/jsMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><span data-unresolved-link="kotlinx.serialization/ExperimentalSerializationApi///PointingToDeclaration/"><span class="token annotation builtin">ExperimentalSerializationApi</span></span></div></div><span class="token keyword">fun </span><span class="token operator">&lt;</span><a href="../as-dynamic-function.html">T</a><span class="token operator"> : </span><a href="../-zipline-service/index.html">ZiplineService</a><span class="token operator">&gt; </span><a href="index.html">ZiplineFunction</a><span class="token operator">&lt;</span><a href="../as-dynamic-function.html">T</a><span class="token operator">&gt;</span><span class="token punctuation">.</span><a href="../as-dynamic-function.html"><span class="token function">asDynamicFunction</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><span class="token punctuation">(</span>service<span class="token operator">: </span><a href="../as-dynamic-function.html">T</a><span class="token punctuation">, </span>args<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a><span class="token operator">&lt;</span><span class="token operator">*</span><span class="token operator">&gt;</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span></div><div class="brief "><p class="paragraph">Returns a function that accepts and returns plain JavaScript objects, instead of regular Kotlin values. (The function's receiver will still receive regular Kotlin values as parameters, and return a regular Kotlin value as a result.)</p></div></div> </div>
</div>
</div>
</div>
</div>
<a data-name="1355782570%2FFunctions%2F-1254650990" anchor-label="asDynamicSuspendingFunction" id="1355782570%2FFunctions%2F-1254650990" data-filterable-set=":zipline:dokkaHtmlPartial/jsMain"></a>
<div class="table-row" data-filterable-current=":zipline:dokkaHtmlPartial/jsMain" data-filterable-set=":zipline:dokkaHtmlPartial/jsMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../as-dynamic-suspending-function.html"><span>as</span><wbr><span>Dynamic</span><wbr><span>Suspending</span><wbr><span><span>Function</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1355782570%2FFunctions%2F-1254650990"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":zipline:dokkaHtmlPartial/jsMain" data-filterable-set=":zipline:dokkaHtmlPartial/jsMain" data-active="" data-toggle=":zipline:dokkaHtmlPartial/jsMain">js</button></div>
<div class="content sourceset-dependent-content" data-active="" data-togglable=":zipline:dokkaHtmlPartial/jsMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><span data-unresolved-link="kotlinx.serialization/ExperimentalSerializationApi///PointingToDeclaration/"><span class="token annotation builtin">ExperimentalSerializationApi</span></span></div></div><span class="token keyword">fun </span><span class="token operator">&lt;</span><a href="../as-dynamic-suspending-function.html">T</a><span class="token operator"> : </span><a href="../-zipline-service/index.html">ZiplineService</a><span class="token operator">&gt; </span><a href="index.html">ZiplineFunction</a><span class="token operator">&lt;</span><a href="../as-dynamic-suspending-function.html">T</a><span class="token operator">&gt;</span><span class="token punctuation">.</span><a href="../as-dynamic-suspending-function.html"><span class="token function">asDynamicSuspendingFunction</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><span class="token keyword">suspend </span><span class="token punctuation">(</span>service<span class="token operator">: </span><a href="../as-dynamic-suspending-function.html">T</a><span class="token punctuation">, </span>args<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a><span class="token operator">&lt;</span><span class="token operator">*</span><span class="token operator">&gt;</span><span class="token punctuation">)</span><span class="token operator"> -&gt; </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span></div><div class="brief "><p class="paragraph">Returns a suspending function that accepts and returns plain JavaScript objects, instead of regular Kotlin values. (The function's receiver will still receive regular Kotlin values as parameters, and return a regular Kotlin value as a result.)</p></div></div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1 class="cover"><span><span>create</span></span></h1>
</div>
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":zipline:dokkaHtmlPartial/hostMain" data-filterable-set=":zipline:dokkaHtmlPartial/hostMain" data-active="" data-toggle=":zipline:dokkaHtmlPartial/hostMain">host</button></div>
<div class="content sourceset-dependent-content" data-active="" data-togglable=":zipline:dokkaHtmlPartial/hostMain"><div class="symbol monospace"><span class="token keyword">fun </span><a href="create.html"><span class="token function">create</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">dispatcher<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineDispatcher///PointingToDeclaration/">CoroutineDispatcher</span><span class="token punctuation">, </span></span><span class="parameter ">serializersModule<span class="token operator">: </span><span data-unresolved-link="kotlinx.serialization.modules/SerializersModule///PointingToDeclaration/">SerializersModule</span><span class="token operator"> = </span>EmptySerializersModule()<span class="token punctuation">, </span></span><span class="parameter ">eventListener<span class="token operator">: </span><a href="../../-event-listener/index.html">EventListener</a><span class="token operator"> = </span>EventListener.NONE</span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../index.html">Zipline</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/cashapp/zipline/tree/trunk//zipline/src/hostMain/kotlin/app/cash/zipline/Zipline.kt#L192">source</a>)</span></span></div></div> </div>
<div class="content sourceset-dependent-content" data-active="" data-togglable=":zipline:dokkaHtmlPartial/hostMain"><div class="symbol monospace"><span class="token keyword">fun </span><a href="create.html"><span class="token function">create</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">dispatcher<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineDispatcher///PointingToDeclaration/">CoroutineDispatcher</span><span class="token punctuation">, </span></span><span class="parameter ">serializersModule<span class="token operator">: </span><span data-unresolved-link="kotlinx.serialization.modules/SerializersModule///PointingToDeclaration/">SerializersModule</span><span class="token operator"> = </span>EmptySerializersModule()<span class="token punctuation">, </span></span><span class="parameter ">eventListener<span class="token operator">: </span><a href="../../-event-listener/index.html">EventListener</a><span class="token operator"> = </span>EventListener.NONE</span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../index.html">Zipline</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/cashapp/zipline/tree/trunk//zipline/src/hostMain/kotlin/app/cash/zipline/Zipline.kt#L193">source</a>)</span></span></div></div> </div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<h1 class="cover"><span><span>Companion</span></span></h1>
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":zipline:dokkaHtmlPartial/hostMain" data-filterable-set=":zipline:dokkaHtmlPartial/hostMain" data-active="" data-toggle=":zipline:dokkaHtmlPartial/hostMain">host</button></div>
<div class="content sourceset-dependent-content" data-active="" data-togglable=":zipline:dokkaHtmlPartial/hostMain"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">Companion</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/cashapp/zipline/tree/trunk//zipline/src/hostMain/kotlin/app/cash/zipline/Zipline.kt#L191">source</a>)</span></span></div></div> </div>
<div class="content sourceset-dependent-content" data-active="" data-togglable=":zipline:dokkaHtmlPartial/hostMain"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">Companion</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/cashapp/zipline/tree/trunk//zipline/src/hostMain/kotlin/app/cash/zipline/Zipline.kt#L192">source</a>)</span></span></div></div> </div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
Expand Down
Loading

0 comments on commit 958b76a

Please sign in to comment.