Liking cljdoc? Tell your friends :D

effective.config.constants


ABBREVIATION_MAPclj

Associates config keys which resolve to the same predicate. Left-hand-side keys are lower precedence than right-hand-side keys.

Helps avoid inconsistency in case of bad input, such as:

{:from-lt 10 :from-less-than 11}
Associates config keys which resolve to the same predicate.
Left-hand-side keys are lower precedence than right-hand-side keys.

Helps avoid inconsistency in case of bad input, such as:

``` clojure
{:from-lt 10 :from-less-than 11}
```
sourceraw docstring

OPERATIONSclj

Set of all operations supported on the observables.

Set of all operations supported on the observables.
sourceraw docstring

TO_CHANGE_FLAGSclj

Vector of all flags supported by the :to-change operation.

Vector of all flags supported by the `:to-change` operation.
sourceraw docstring

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

× close