Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.algorithms.do-not-use

Some misc. utility functions. These are primarily meant for internal use, and are subject to relocation and removal in the future.

You have been warned. Changes to this ns (or its complete removal) will not be considered breaking changes to the library, and no mention of said changes will even appear in the changelog.

Some misc. utility functions. These are primarily meant for internal use, and are subject to
relocation and removal in the future.

You have been warned. Changes to this ns (or its complete removal)
will not be considered breaking changes to the library, and no mention of said changes
will even appear in the changelog.
raw docstring

atom?clj/s

(atom? a)
source

conform!clj/s

(conform! spec x)
source

deep-mergeclj/s

(deep-merge & xs)
source

destructured-keysclj/s

(destructured-keys m)

Calculates the keys that are being extracted in a legal map destructuring expression.

  • m: A map containing legal CLJ destructurings, like {:keys [a] x :x ::keys [y]}

Returns a set of all keywords that are destructured in the map.

Example:

(destructured-keys {:a/keys [v] sym :other-key}) => #{:a/v :other-key}
Calculates the keys that are being extracted in a legal map destructuring expression.

- `m`: A map containing legal CLJ destructurings, like `{:keys [a] x :x ::keys [y]}`

Returns a set of all keywords that are destructured in the map.

Example:

```
(destructured-keys {:a/keys [v] sym :other-key}) => #{:a/v :other-key}
```
sourceraw docstring

join-entryclj/s

(join-entry expr)
source

join-keyclj/s

(join-key expr)
source

join-valueclj/s

(join-value join)
source

join?clj/s

(join? x)
source

mutation-join?clj/s

(mutation-join? expr)
source

nowclj/s

(now)

Returns current time in ms.

Returns current time in ms.
sourceraw docstring

recursion?clj/s

(recursion? x)
source

union?clj/s

(union? expr)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close