Skip to content

Commit c315453

Browse files
Deploying to site from @ 825c4d4 🚀
1 parent 674e749 commit c315453

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/0.x/integrations/environment-variable/io.github.kevincianfarini.monarch.environment/-environment-variable-feature-flag-data-store/-environment-variable-feature-flag-data-store.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div class="cover ">
6464
<h1 class="cover"><span>Environment</span><wbr><span>Variable</span><wbr><span>Feature</span><wbr><span>Flag</span><wbr><span>Data</span><wbr><span><span>Store</span></span></h1>
6565
</div>
66-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">strictlyTyped<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span></span></span><span class="token punctuation">)</span></div></div></div>
66+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">strictlyTyped<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span></span></span><span class="token punctuation">)</span></div><p class="paragraph">Create an <a href="index.html">EnvironmentVariableFeatureFlagDataStore</a> which reads from the environment. If <a href="../../../../integrations/environment-variable/io.github.kevincianfarini.monarch.environment/-environment-variable-feature-flag-data-store/[60]init[62].html">strictlyTyped</a> is true, this store will throw exceptions when the raw string value of the environment variable cannot be coerced to a specific type. Otherwise, this store will return the default value.</p></div></div>
6767
</div>
6868
<div class="footer">
6969
<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>

docs/0.x/integrations/environment-variable/io.github.kevincianfarini.monarch.environment/-environment-variable-feature-flag-data-store/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="breadcrumbs"><a href="../../index.html">environment-variable</a><span class="delimiter">/</span><a href="../index.html">io.github.kevincianfarini.monarch.environment</a><span class="delimiter">/</span><span class="current">EnvironmentVariableFeatureFlagDataStore</span></div>
6363
<div class="cover ">
6464
<h1 class="cover"><span>Environment</span><wbr><span>Variable</span><wbr><span>Feature</span><wbr><span>Flag</span><wbr><span>Data</span><wbr><span><span>Store</span></span></h1>
65-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">EnvironmentVariableFeatureFlagDataStore</a> : <a href="../../../../compose/io.github.kevincianfarini.monarch/-feature-flag-data-store/index.html">FeatureFlagDataStore</a></div></div></div>
65+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">EnvironmentVariableFeatureFlagDataStore</a> : <a href="../../../../compose/io.github.kevincianfarini.monarch/-feature-flag-data-store/index.html">FeatureFlagDataStore</a></div><p class="paragraph">A <a href="../../../../compose/io.github.kevincianfarini.monarch/-feature-flag-data-store/index.html">FeatureFlagDataStore</a> implementation that provides values from environment variables.</p></div></div>
6666
</div>
6767
<div class="tabbedcontent">
6868
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
@@ -79,7 +79,7 @@ <h2 class="">Constructors</h2>
7979
</span></span></div>
8080
<div>
8181
<div class="title">
82-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">strictlyTyped<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span></span></span><span class="token punctuation">)</span></div></div></div>
82+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">strictlyTyped<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span></span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">Create an <a href="index.html">EnvironmentVariableFeatureFlagDataStore</a> which reads from the environment. If <a href="../../../../integrations/environment-variable/io.github.kevincianfarini.monarch.environment/-environment-variable-feature-flag-data-store/[60]init[62].html">strictlyTyped</a> is true, this store will throw exceptions when the raw string value of the environment variable cannot be coerced to a specific type. Otherwise, this store will return the default value.</p></div></div></div>
8383
</div>
8484
</div>
8585
</div>

docs/0.x/integrations/environment-variable/io.github.kevincianfarini.monarch.environment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2 class="">Types</h2>
7878
</span></span></div>
7979
<div>
8080
<div class="title">
81-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">class </span><a href="-environment-variable-feature-flag-data-store/index.html">EnvironmentVariableFeatureFlagDataStore</a> : <a href="../../../compose/io.github.kevincianfarini.monarch/-feature-flag-data-store/index.html">FeatureFlagDataStore</a></div></div></div>
81+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":integrations:environment-variable:dokkaHtmlPartial/commonMain"><div class="symbol monospace"><span class="token keyword">class </span><a href="-environment-variable-feature-flag-data-store/index.html">EnvironmentVariableFeatureFlagDataStore</a> : <a href="../../../compose/io.github.kevincianfarini.monarch/-feature-flag-data-store/index.html">FeatureFlagDataStore</a></div><div class="brief "><p class="paragraph">A <a href="../../../compose/io.github.kevincianfarini.monarch/-feature-flag-data-store/index.html">FeatureFlagDataStore</a> implementation that provides values from environment variables.</p></div></div></div>
8282
</div>
8383
</div>
8484
</div>

0 commit comments

Comments
 (0)