Used by Carmine, Faraday, etc.</pre></div><divclass="public anchor"id="var-*freeze-opts*"><h3>*freeze-opts*</h3><h4class="dynamic">dynamic</h4><divclass="usage"></div><divclass="doc"><preclass="plaintext"></pre></div></div><divclass="public anchor"id="var-*thaw-opts*"><h3>*thaw-opts*</h3><h4class="dynamic">dynamic</h4><divclass="usage"></div><divclass="doc"><preclass="plaintext"></pre></div></div><divclass="public anchor"id="var-freeze"><h3>freeze</h3><divclass="usage"><code>(freeze x)</code><code>(freeze x default-opts)</code></div><divclass="doc"><preclass="plaintext">Like `nippy/freeze` but uses as opts the following merged in order of
ascending preference:
- Optional `default-opts` arg given to this fn (default nil).
- Optional `*freeze-opts*` dynamic value (default nil).
- Optional opts provided to `wrap-for-freezing` (default nil).</pre></div></div><divclass="public anchor"id="var-thaw"><h3>thaw</h3><divclass="usage"><code>(thaw ba)</code><code>(thaw ba default-opts)</code></div><divclass="doc"><preclass="plaintext">Like `nippy/thaw` but uses as opts the following merged in order of
ascending preference:
- Optional `default-opts` arg given to this fn (default nil).
- Optional `*thaw-opts*` dynamic value (default nil).</pre></div></div><divclass="public anchor"id="var-with-freeze-opts"><h3>with-freeze-opts</h3><h4class="type">macro</h4><divclass="usage"><code>(with-freeze-opts opts & body)</code></div><divclass="doc"><preclass="plaintext"></pre></div></div><divclass="public anchor"id="var-with-thaw-opts"><h3>with-thaw-opts</h3><h4class="type">macro</h4><divclass="usage"><code>(with-thaw-opts opts & body)</code></div><divclass="doc"><preclass="plaintext"></pre></div></div><divclass="public anchor"id="var-wrap-for-freezing"><h3>wrap-for-freezing</h3><divclass="usage"><code>(wrap-for-freezing x)</code><code>(wrap-for-freezing x opts)</code></div><divclass="doc"><preclass="plaintext">Ensures that given arg (any freezable data type) is wrapped so that
See also `nippy.tools/freeze`, `nippy.tools/thaw`.</pre></div></div><divclass="public anchor"id="var-wrapped-for-freezing.3F"><h3>wrapped-for-freezing?</h3><divclass="usage"><code>(wrapped-for-freezing? x)</code></div><divclass="doc"><preclass="plaintext"></pre></div></div></div></body></html>