Liking cljdoc? Tell your friends :D
Clojure only.

active.clojure.match

Syntactic sugar for map matching around core.match.

Syntactic sugar for map matching around `core.match`.
raw docstring

any-butclj

(any-but & exclusions)
source

clause->lhsclj

(clause->lhs message clause)
source

clause->rhsclj

(clause->rhs message bindings clause)
source

clause?clj

source

constant-matcher-valueclj

(constant-matcher-value rec__3439__auto__)
(constant-matcher-value data__3440__auto__ v__3441__auto__)

Lens for the value field from a ConstantMatcher record. See active.clojure.match/make-constant-matcher.

Lens for the `value` field from a [[ConstantMatcher]] record. See [[active.clojure.match/make-constant-matcher]].
sourceraw docstring

constant-matcher?clj

(constant-matcher? thing)

Is object a ConstantMatcher record? See active.clojure.match/make-constant-matcher.

Is object a `ConstantMatcher` record? See [[active.clojure.match/make-constant-matcher]].
sourceraw docstring

ConstantMatcherclj

source

convert-path-elementclj

(convert-path-element path-element)
source

deep-mergeclj

(deep-merge v & vs)
source

defpatterncljmacro

(defpattern binding pattern)
source

existence-matcher?clj

(existence-matcher? thing)

Is object a ExistenceMatcher record? See active.clojure.match/make-existence-matcher.

Is object a `ExistenceMatcher` record? See [[active.clojure.match/make-existence-matcher]].
sourceraw docstring

ExistenceMatcherclj

source

flat?clj

source

fold-pathclj

(fold-path path match)
source

key-exists-with-binding-clauseclj

(key-exists-with-binding-clause key binding)

Returns a clause that asserts the existence of a non-nil value at key. When evaluated, binds it's result to binding.

Returns a clause that asserts the existence of a non-nil value at `key`. When evaluated, binds it's result to `binding`.
sourceraw docstring

key-exists-with-binding-clause->rhs-matchclj

(key-exists-with-binding-clause->rhs-match message clause)
source

key-exists-with-binding-clause-bindingclj

(key-exists-with-binding-clause-binding rec__3439__auto__)
(key-exists-with-binding-clause-binding data__3440__auto__ v__3441__auto__)
Lens for the `binding` field from a [[KeyExistsWithBindingClause]] record. See [[active.clojure.match/make-key-exists-with-binding-clause]].
sourceraw docstring

key-exists-with-binding-clause-keyclj

(key-exists-with-binding-clause-key rec__3439__auto__)
(key-exists-with-binding-clause-key data__3440__auto__ v__3441__auto__)
Lens for the `key` field from a [[KeyExistsWithBindingClause]] record. See [[active.clojure.match/make-key-exists-with-binding-clause]].
sourceraw docstring

key-exists-with-binding-clause?clj

(key-exists-with-binding-clause? thing)

Is object a KeyExistsWithBindingClause record? See active.clojure.match/make-key-exists-with-binding-clause.

Is object a `KeyExistsWithBindingClause` record? See [[active.clojure.match/make-key-exists-with-binding-clause]].
sourceraw docstring

key-exists-without-binding-clauseclj

(key-exists-without-binding-clause key)

Returns a clause that asserts the existence of a non-nil value at key.

Returns a clause that asserts the existence of a non-nil value at `key`.
sourceraw docstring

key-exists-without-binding-clause-keyclj

(key-exists-without-binding-clause-key rec__3439__auto__)
(key-exists-without-binding-clause-key data__3440__auto__ v__3441__auto__)
Lens for the `key` field from a [[KeyExistsWithoutBindingClause]] record. See [[active.clojure.match/make-key-exists-without-binding-clause]].
sourceraw docstring

key-exists-without-binding-clause?clj

(key-exists-without-binding-clause? thing)

Is object a KeyExistsWithoutBindingClause record? See active.clojure.match/make-key-exists-without-binding-clause.

Is object a `KeyExistsWithoutBindingClause` record? See [[active.clojure.match/make-key-exists-without-binding-clause]].
sourceraw docstring

key-matches-with-binding-clauseclj

(key-matches-with-binding-clause key matcher bind)

Returns a clause that matches a key with a certain matcher, binding the match to a symbol based on key.

Returns a clause that matches a `key` with a certain `matcher`, binding the
match to a symbol based on `key`.
sourceraw docstring

key-matches-with-binding-clause->rhs-matchclj

(key-matches-with-binding-clause->rhs-match message clause)
source

key-matches-with-binding-clause-bindingclj

(key-matches-with-binding-clause-binding rec__3439__auto__)
(key-matches-with-binding-clause-binding data__3440__auto__ v__3441__auto__)
Lens for the `binding` field from a [[KeyMatchesWithBindingClause]] record. See [[active.clojure.match/make-key-matches-with-binding-clause]].
sourceraw docstring

key-matches-with-binding-clause-keyclj

(key-matches-with-binding-clause-key rec__3439__auto__)
(key-matches-with-binding-clause-key data__3440__auto__ v__3441__auto__)
Lens for the `key` field from a [[KeyMatchesWithBindingClause]] record. See [[active.clojure.match/make-key-matches-with-binding-clause]].
sourceraw docstring

key-matches-with-binding-clause-matcherclj

(key-matches-with-binding-clause-matcher rec__3439__auto__)
(key-matches-with-binding-clause-matcher data__3440__auto__ v__3441__auto__)
Lens for the `matcher` field from a [[KeyMatchesWithBindingClause]] record. See [[active.clojure.match/make-key-matches-with-binding-clause]].
sourceraw docstring

key-matches-with-binding-clause?clj

(key-matches-with-binding-clause? thing)

Is object a KeyMatchesWithBindingClause record? See active.clojure.match/make-key-matches-with-binding-clause.

Is object a `KeyMatchesWithBindingClause` record? See [[active.clojure.match/make-key-matches-with-binding-clause]].
sourceraw docstring

key-matches-without-binding-clauseclj

(key-matches-without-binding-clause key matcher)

Returns a clause that matches a key with a certain matcher.

Returns a clause that matches a `key` with a certain `matcher`.
sourceraw docstring

key-matches-without-binding-clause-keyclj

(key-matches-without-binding-clause-key rec__3439__auto__)
(key-matches-without-binding-clause-key data__3440__auto__ v__3441__auto__)
Lens for the `key` field from a [[KeyMatchesWithoutBindingClause]] record. See [[active.clojure.match/make-key-matches-without-binding-clause]].
sourceraw docstring

key-matches-without-binding-clause-matcherclj

(key-matches-without-binding-clause-matcher rec__3439__auto__)
(key-matches-without-binding-clause-matcher data__3440__auto__ v__3441__auto__)
Lens for the `matcher` field from a [[KeyMatchesWithoutBindingClause]] record. See [[active.clojure.match/make-key-matches-without-binding-clause]].
sourceraw docstring

key-matches-without-binding-clause?clj

(key-matches-without-binding-clause? thing)

Is object a KeyMatchesWithoutBindingClause record? See active.clojure.match/make-key-matches-without-binding-clause.

Is object a `KeyMatchesWithoutBindingClause` record? See [[active.clojure.match/make-key-matches-without-binding-clause]].
sourceraw docstring

KeyExistsWithBindingClauseclj

source

KeyExistsWithoutBindingClauseclj

source

KeyMatchesWithBindingClauseclj

source

KeyMatchesWithoutBindingClauseclj

source

make-bindingclj

(make-binding k)

Returns k as a string if k is a symbol, otherwise returns k.

Returns k as a string if k is a symbol, otherwise returns k.
sourceraw docstring

make-constant-matcherclj

(make-constant-matcher value)

Construct a ConstantMatcher (A matcher that matches on exactly one value.) record.

value: access via active.clojure.match/constant-matcher-value

Construct a `ConstantMatcher` (A matcher that matches on exactly one value.) record.

`value`: access via [[active.clojure.match/constant-matcher-value]]
sourceraw docstring

make-existence-matcherclj

(make-existence-matcher)

Construct a ExistenceMatcher (A matcher that matches on the existence of a value. The value must be anything but nil.) record.

Construct a `ExistenceMatcher` (A matcher that matches on the existence of a value. The value must be anything but `nil`.) record.
sourceraw docstring

make-keyclj

(make-key k)

Returns k as a string if k is a symbol, otherwise returns k.

Returns k as a string if k is a symbol, otherwise returns k.
sourceraw docstring

make-key-exists-with-binding-clauseclj

(make-key-exists-with-binding-clause key binding)

Construct a KeyExistsWithBindingClause record.

key: access via active.clojure.match/key-exists-with-binding-clause-key binding: access via active.clojure.match/key-exists-with-binding-clause-binding

Construct a `KeyExistsWithBindingClause` record.

`key`: access via [[active.clojure.match/key-exists-with-binding-clause-key]]
`binding`: access via [[active.clojure.match/key-exists-with-binding-clause-binding]]
sourceraw docstring

make-key-exists-without-binding-clauseclj

(make-key-exists-without-binding-clause key)

Construct a KeyExistsWithoutBindingClause record.

key: access via active.clojure.match/key-exists-without-binding-clause-key

Construct a `KeyExistsWithoutBindingClause` record.

`key`: access via [[active.clojure.match/key-exists-without-binding-clause-key]]
sourceraw docstring

make-key-matches-with-binding-clauseclj

(make-key-matches-with-binding-clause key matcher binding)
Construct a `KeyMatchesWithBindingClause` record.

`key`: access via [[active.clojure.match/key-matches-with-binding-clause-key]]
`matcher`: access via [[active.clojure.match/key-matches-with-binding-clause-matcher]]
`binding`: access via [[active.clojure.match/key-matches-with-binding-clause-binding]]
sourceraw docstring

make-key-matches-without-binding-clauseclj

(make-key-matches-without-binding-clause key matcher)

Construct a KeyMatchesWithoutBindingClause record.

key: access via active.clojure.match/key-matches-without-binding-clause-key matcher: access via active.clojure.match/key-matches-without-binding-clause-matcher

Construct a `KeyMatchesWithoutBindingClause` record.

`key`: access via [[active.clojure.match/key-matches-without-binding-clause-key]]
`matcher`: access via [[active.clojure.match/key-matches-without-binding-clause-matcher]]
sourceraw docstring

make-optional-key-exists-with-binding-clauseclj

(make-optional-key-exists-with-binding-clause key binding)

Construct a OptionalKeyExistsWithBindingClause record.

key: access via active.clojure.match/optional-key-exists-with-binding-clause-key binding: access via active.clojure.match/optional-key-exists-with-binding-clause-binding

Construct a `OptionalKeyExistsWithBindingClause` record.

`key`: access via [[active.clojure.match/optional-key-exists-with-binding-clause-key]]
`binding`: access via [[active.clojure.match/optional-key-exists-with-binding-clause-binding]]
sourceraw docstring

make-optional-key-with-default-binding-clauseclj

(make-optional-key-with-default-binding-clause key default-value binding)
Construct a `OptionalKeyWithDefaultBindingClause` record.

`key`: access via [[active.clojure.match/optional-key-with-default-binding-clause-key]]
`default-value`: access via [[active.clojure.match/optional-key-with-default-binding-clause-default-value]]
`binding`: access via [[active.clojure.match/optional-key-with-default-binding-clause-binding]]
sourceraw docstring

make-optional-path-exists-with-binding-clauseclj

(make-optional-path-exists-with-binding-clause path binding)

Construct a OptionalPathExistsWithBindingClause record.

path: access via active.clojure.match/optional-path-exists-with-binding-clause-path binding: access via active.clojure.match/optional-path-exists-with-binding-clause-binding

Construct a `OptionalPathExistsWithBindingClause` record.

`path`: access via [[active.clojure.match/optional-path-exists-with-binding-clause-path]]
`binding`: access via [[active.clojure.match/optional-path-exists-with-binding-clause-binding]]
sourceraw docstring

make-optional-path-with-default-binding-clauseclj

(make-optional-path-with-default-binding-clause path default-value binding)
Construct a `OptionalPathWithDefaultBindingClause` record.

`path`: access via [[active.clojure.match/optional-path-with-default-binding-clause-path]]
`default-value`: access via [[active.clojure.match/optional-path-with-default-binding-clause-default-value]]
`binding`: access via [[active.clojure.match/optional-path-with-default-binding-clause-binding]]
sourceraw docstring

make-options-matcherclj

(make-options-matcher options)

Construct a OptionsMatcher (A matcher that matches on one of several options.) record.

options: access via active.clojure.match/options-matcher-options

Construct a `OptionsMatcher` (A matcher that matches on one of several options.) record.

`options`: access via [[active.clojure.match/options-matcher-options]]
sourceraw docstring

make-path-exists-with-binding-clauseclj

(make-path-exists-with-binding-clause path binding)

Construct a PathExistsWithBindingClause record.

path: access via active.clojure.match/path-exists-with-binding-clause-path binding: access via active.clojure.match/path-exists-with-binding-clause-binding

Construct a `PathExistsWithBindingClause` record.

`path`: access via [[active.clojure.match/path-exists-with-binding-clause-path]]
`binding`: access via [[active.clojure.match/path-exists-with-binding-clause-binding]]
sourceraw docstring

make-path-exists-without-binding-clauseclj

(make-path-exists-without-binding-clause path)

Construct a PathExistsWithoutBindingClause record.

path: access via active.clojure.match/path-exists-without-binding-clause-path

Construct a `PathExistsWithoutBindingClause` record.

`path`: access via [[active.clojure.match/path-exists-without-binding-clause-path]]
sourceraw docstring

make-path-matches-with-binding-clauseclj

(make-path-matches-with-binding-clause path matcher binding)
Construct a `PathMatchesWithBindingClause` record.

`path`: access via [[active.clojure.match/path-matches-with-binding-clause-path]]
`matcher`: access via [[active.clojure.match/path-matches-with-binding-clause-matcher]]
`binding`: access via [[active.clojure.match/path-matches-with-binding-clause-binding]]
sourceraw docstring

make-path-matches-without-binding-clauseclj

(make-path-matches-without-binding-clause path matcher)

Construct a PathMatchesWithoutBindingClause record.

path: access via active.clojure.match/path-matches-without-binding-clause-path matcher: access via active.clojure.match/path-matches-without-binding-clause-matcher

Construct a `PathMatchesWithoutBindingClause` record.

`path`: access via [[active.clojure.match/path-matches-without-binding-clause-path]]
`matcher`: access via [[active.clojure.match/path-matches-without-binding-clause-matcher]]
sourceraw docstring

make-patternclj

(make-pattern clauses)

Construct a Pattern record.

clauses: access via active.clojure.match/pattern-clauses

Construct a `Pattern` record.

`clauses`: access via [[active.clojure.match/pattern-clauses]]
sourceraw docstring

make-predicate-matcherclj

(make-predicate-matcher pred)

Construct a PredicateMatcher (A matcher that matches by applying a function (a -> Bool) to a value.) record.

pred: access via active.clojure.match/predicate-matcher-predicate

Construct a `PredicateMatcher` (A matcher that matches by applying a function (a -> Bool) to a value.) record.

`pred`: access via [[active.clojure.match/predicate-matcher-predicate]]
sourceraw docstring

make-regex-matcherclj

(make-regex-matcher regex)

Construct a RegexMatcher (A matcher that matches against a regex.) record.

regex: access via active.clojure.match/regex-matcher-regex

Construct a `RegexMatcher` (A matcher that matches against a regex.) record.

`regex`: access via [[active.clojure.match/regex-matcher-regex]]
sourceraw docstring

mandatory-clause?clj

source

map-matchercljmacro

(map-matcher & args)

Construct a map matcher. Syntactic sugar for core.match.

`map-matcher´ accepts two kinds of inputs:

  1. A sequence of alternating patterns and consequents (see below).
  2. A sequence of alternating Pattern objects and consequents.

The syntax is (map-matcher <pattern> <consequent> ... :else <alternative>) where <pattern> is a vector of clauses [<clause>+] where clause is one of the following:

  • (<key> <value> :as <name>) which requires the key <key> to be mapped to <value> in the map and binds <name> to <value>.

  • (<key> <value>) which requires the key <key> to be mapped to <value> in the map.

  • (<key> :as <name>) which requires <key> to be present in the map and binds <name> to its value.

  • <key> which requires <key> to be present in the map.

The map matcher also supports optional keys:

  • (? <key> <default> :as <name>) binds <name> to to the value of <key> in the map or to <default> if <key> is not in the map.

  • (? <key> :as <name>) binds <name> to to the value of <key> in the map or to nil if <key> is not in the map.

Access to nested values is also possible. Use [<key>+] to access a nested value, where [<key>+] is a sequence of keys. When no :as <name> clause is given, the last <key> of the sequence of keys is used as a name to bind the value.

<key> can be either a symbol or a keyword. If <key> is a symbol, it is converted to a string when used as a key.

<value> can be:

  • any value, regular expressions are also possible (only in Clojure, though, core.match does not support regex matching in ClojureScript).

  • a list of alternative values in the form of: (:or <value> <value>*).

  • a custom compare function in the form of: (:compare-fn <compare-fn>) where <compare-fn> accepts the value that is mapped to <key>.

map-matcher returns a function that accepts a map and evaluates <consequent> with all the <name>s bound when the message matches the given <clause>s, otherwise it evaluates <alternative>. or throws IllegalArgumentException if no <clause> matches and no <alternative> is given.

Example:

  (def example-map-matcher
    (map-matcher
      [(:x "x" :as x)
       (:y "y")
       (:z :as z)
       :w]
      (println x z)
      [(:a "a" :as a)
       (:b "b")
       (:c :as c)
       ([:d] :as d)
       ([:d Z] 42 :as Z)
       ([:d Y] :as Y)
       ([:d X] 65)
       [:d W foo]]
      (println a c d Z Y)
      :else false))

  (example-map-matcher {:a "a" :b "b" :c "c"
                        :d {"Z" 42 "Y" 23 "X" 65
                            "W" {"foo" "bar"}}})

prints "a c {Z 42, Y 23, X 65, W {foo bar}} 42 23"

Construct a map matcher. Syntactic sugar for `core.match`.

`map-matcher´ accepts two kinds of inputs:

1. A sequence of alternating patterns and consequents (see below).
2. A sequence of alternating Pattern objects and consequents.

The syntax is `(map-matcher <pattern> <consequent> ... :else <alternative>)` where
`<pattern>` is a vector of clauses `[<clause>+]` where `clause` is one of the following:

- `(<key> <value> :as <name>)` which requires the key `<key>` to be
  mapped to `<value>` in the map and binds `<name>` to `<value>`.

- `(<key> <value>)` which requires the key `<key>` to be mapped to `<value>`
  in the map.

- `(<key> :as <name>)` which requires `<key>` to be present in the map
  and binds `<name>` to its value.

- `<key>` which requires `<key>` to be present in the map.

The map matcher also supports optional keys:

- `(? <key> <default> :as <name>)` binds `<name>` to to the value of
  `<key>` in the map or to `<default>` if `<key>` is not in the map.

- `(? <key> :as <name>)` binds `<name>` to to the value of `<key>`
  in the map or to `nil` if `<key>` is not in the map.

Access to nested values is also possible. Use `[<key>+]` to access
a nested value, where `[<key>+]` is a sequence of keys. When no
`:as <name>` clause is given, the last `<key>` of the sequence of
keys is used as a name to bind the value.

`<key>` can be either a symbol or a keyword.
If `<key>` is a symbol, it is converted to a string when
used as a key.

`<value>` can be:

- any value, regular expressions are also possible (only in Clojure, though,
  `core.match` does not support regex matching in ClojureScript).

- a list of alternative values in the form of: `(:or <value> <value>*)`.

- a custom compare function in the form of:
  `(:compare-fn <compare-fn>)` where `<compare-fn>` accepts the value that
  is mapped to `<key>`.

`map-matcher` returns a function that accepts a map and evaluates
`<consequent>` with all the `<name>`s bound when the message matches
the given `<clause>`s, otherwise it evaluates `<alternative>`. or
throws `IllegalArgumentException` if no `<clause>` matches and no
`<alternative>` is given.

Example:

      (def example-map-matcher
        (map-matcher
          [(:x "x" :as x)
           (:y "y")
           (:z :as z)
           :w]
          (println x z)
          [(:a "a" :as a)
           (:b "b")
           (:c :as c)
           ([:d] :as d)
           ([:d Z] 42 :as Z)
           ([:d Y] :as Y)
           ([:d X] 65)
           [:d W foo]]
          (println a c d Z Y)
          :else false))

      (example-map-matcher {:a "a" :b "b" :c "c"
                            :d {"Z" 42 "Y" 23 "X" 65
                                "W" {"foo" "bar"}}})

  prints
   "a c {Z 42, Y 23, X 65, W {foo bar}} 42 23"
sourceraw docstring

matchcljmacro

(match event & args)
source

match-constclj

(match-const value)
source

match-optionsclj

(match-options options)
source

match-predicateclj

(match-predicate p)
source

match-regexclj

(match-regex regex)
source

match-value->matcherclj

(match-value->matcher [kind match-value])
source

matchercljmacro

(matcher & args)
source

matcher->valueclj

(matcher->value matcher)

Takes a matcher and returns the value/s it matches on. ::not-nil symbolizes the existence matcher.

Takes a `matcher` and returns the value/s it matches on.
`::not-nil` symbolizes the existence matcher.
sourceraw docstring

matcher-default-valueclj

(matcher-default-value matcher)

Returns the default value of a matcher, if any.

Returns the default value of a matcher, if any.
sourceraw docstring

matcher?clj

source

optional-clause?clj

source

optional-key-exists-with-binding-clauseclj

(optional-key-exists-with-binding-clause key bind)

Returns an optional clause that asserts the existence of a non-nil value at key. When evaluated, binds it's result to binding.

Returns an optional clause that asserts the existence of a non-nil value at `key`. When evaluated, binds it's result to `binding`.
sourceraw docstring

optional-key-exists-with-binding-clause->rhs-matchclj

(optional-key-exists-with-binding-clause->rhs-match message clause)
source

optional-key-exists-with-binding-clause-bindingclj

(optional-key-exists-with-binding-clause-binding rec__3439__auto__)
(optional-key-exists-with-binding-clause-binding data__3440__auto__
                                                 v__3441__auto__)
Lens for the `binding` field from a [[OptionalKeyExistsWithBindingClause]] record. See [[active.clojure.match/make-optional-key-exists-with-binding-clause]].
sourceraw docstring

optional-key-exists-with-binding-clause-keyclj

(optional-key-exists-with-binding-clause-key rec__3439__auto__)
(optional-key-exists-with-binding-clause-key data__3440__auto__ v__3441__auto__)
Lens for the `key` field from a [[OptionalKeyExistsWithBindingClause]] record. See [[active.clojure.match/make-optional-key-exists-with-binding-clause]].
sourceraw docstring

optional-key-exists-with-binding-clause?clj

(optional-key-exists-with-binding-clause? thing)

Is object a OptionalKeyExistsWithBindingClause record? See active.clojure.match/make-optional-key-exists-with-binding-clause.

Is object a `OptionalKeyExistsWithBindingClause` record? See [[active.clojure.match/make-optional-key-exists-with-binding-clause]].
sourceraw docstring

optional-key-with-default-binding-clauseclj

(optional-key-with-default-binding-clause key default-value bind)

Returns an optional clause that matches a key, binding the match to a symbol based on key or the default-value.

Returns an optional clause that matches a `key`, binding the
match to a symbol based on `key` or the `default-value`.
sourceraw docstring

optional-key-with-default-binding-clause->rhs-matchclj

(optional-key-with-default-binding-clause->rhs-match message clause)
source

optional-key-with-default-binding-clause-bindingclj

(optional-key-with-default-binding-clause-binding rec__3439__auto__)
(optional-key-with-default-binding-clause-binding data__3440__auto__
                                                  v__3441__auto__)
Lens for the `binding` field from a [[OptionalKeyWithDefaultBindingClause]] record. See [[active.clojure.match/make-optional-key-with-default-binding-clause]].
sourceraw docstring

optional-key-with-default-binding-clause-default-valueclj

(optional-key-with-default-binding-clause-default-value rec__3439__auto__)
(optional-key-with-default-binding-clause-default-value data__3440__auto__
                                                        v__3441__auto__)
Lens for the `default-value` field from a [[OptionalKeyWithDefaultBindingClause]] record. See [[active.clojure.match/make-optional-key-with-default-binding-clause]].
sourceraw docstring

optional-key-with-default-binding-clause-keyclj

(optional-key-with-default-binding-clause-key rec__3439__auto__)
(optional-key-with-default-binding-clause-key data__3440__auto__
                                              v__3441__auto__)
Lens for the `key` field from a [[OptionalKeyWithDefaultBindingClause]] record. See [[active.clojure.match/make-optional-key-with-default-binding-clause]].
sourceraw docstring

optional-key-with-default-binding-clause?clj

(optional-key-with-default-binding-clause? thing)

Is object a OptionalKeyWithDefaultBindingClause record? See active.clojure.match/make-optional-key-with-default-binding-clause.

Is object a `OptionalKeyWithDefaultBindingClause` record? See [[active.clojure.match/make-optional-key-with-default-binding-clause]].
sourceraw docstring

optional-path-exists-with-binding-clauseclj

(optional-path-exists-with-binding-clause path bind)

Returns an optional clause that asserts the existence of a non-nil value at path. When evaluated, binds it's result to binding.

Returns an optional clause that asserts the existence of a non-nil value at `path`. When evaluated, binds it's result to `binding`.
sourceraw docstring

optional-path-exists-with-binding-clause->rhs-matchclj

(optional-path-exists-with-binding-clause->rhs-match message clause)
source

optional-path-exists-with-binding-clause-bindingclj

(optional-path-exists-with-binding-clause-binding rec__3439__auto__)
(optional-path-exists-with-binding-clause-binding data__3440__auto__
                                                  v__3441__auto__)
Lens for the `binding` field from a [[OptionalPathExistsWithBindingClause]] record. See [[active.clojure.match/make-optional-path-exists-with-binding-clause]].
sourceraw docstring

optional-path-exists-with-binding-clause-pathclj

(optional-path-exists-with-binding-clause-path rec__3439__auto__)
(optional-path-exists-with-binding-clause-path data__3440__auto__
                                               v__3441__auto__)
Lens for the `path` field from a [[OptionalPathExistsWithBindingClause]] record. See [[active.clojure.match/make-optional-path-exists-with-binding-clause]].
sourceraw docstring

optional-path-exists-with-binding-clause?clj

(optional-path-exists-with-binding-clause? thing)

Is object a OptionalPathExistsWithBindingClause record? See active.clojure.match/make-optional-path-exists-with-binding-clause.

Is object a `OptionalPathExistsWithBindingClause` record? See [[active.clojure.match/make-optional-path-exists-with-binding-clause]].
sourceraw docstring

optional-path-with-default-binding-clauseclj

(optional-path-with-default-binding-clause path default-value bind)

Returns an optional clause that matches a path, binding the match to a symbol based on path or the default-value.

Returns an optional clause that matches a `path`, binding the
match to a symbol based on `path` or the `default-value`.
sourceraw docstring

optional-path-with-default-binding-clause->rhs-matchclj

(optional-path-with-default-binding-clause->rhs-match message clause)
source

optional-path-with-default-binding-clause-bindingclj

(optional-path-with-default-binding-clause-binding rec__3439__auto__)
(optional-path-with-default-binding-clause-binding data__3440__auto__
                                                   v__3441__auto__)
Lens for the `binding` field from a [[OptionalPathWithDefaultBindingClause]] record. See [[active.clojure.match/make-optional-path-with-default-binding-clause]].
sourceraw docstring

optional-path-with-default-binding-clause-default-valueclj

(optional-path-with-default-binding-clause-default-value rec__3439__auto__)
(optional-path-with-default-binding-clause-default-value data__3440__auto__
                                                         v__3441__auto__)
Lens for the `default-value` field from a [[OptionalPathWithDefaultBindingClause]] record. See [[active.clojure.match/make-optional-path-with-default-binding-clause]].
sourceraw docstring

optional-path-with-default-binding-clause-pathclj

(optional-path-with-default-binding-clause-path rec__3439__auto__)
(optional-path-with-default-binding-clause-path data__3440__auto__
                                                v__3441__auto__)
Lens for the `path` field from a [[OptionalPathWithDefaultBindingClause]] record. See [[active.clojure.match/make-optional-path-with-default-binding-clause]].
sourceraw docstring

optional-path-with-default-binding-clause?clj

(optional-path-with-default-binding-clause? thing)

Is object a OptionalPathWithDefaultBindingClause record? See active.clojure.match/make-optional-path-with-default-binding-clause.

Is object a `OptionalPathWithDefaultBindingClause` record? See [[active.clojure.match/make-optional-path-with-default-binding-clause]].
sourceraw docstring

optional?clj

source

OptionalKeyExistsWithBindingClauseclj

source

OptionalKeyWithDefaultBindingClauseclj

source

OptionalPathExistsWithBindingClauseclj

source

OptionalPathWithDefaultBindingClauseclj

source

options-matcher-optionsclj

(options-matcher-options rec__3439__auto__)
(options-matcher-options data__3440__auto__ v__3441__auto__)

Lens for the options field from a OptionsMatcher record. See active.clojure.match/make-options-matcher.

Lens for the `options` field from a [[OptionsMatcher]] record. See [[active.clojure.match/make-options-matcher]].
sourceraw docstring

options-matcher?clj

(options-matcher? thing)

Is object a OptionsMatcher record? See active.clojure.match/make-options-matcher.

Is object a `OptionsMatcher` record? See [[active.clojure.match/make-options-matcher]].
sourceraw docstring

OptionsMatcherclj

source

parse-clausecljmacro

(parse-clause p)
source

parse-clausescljmacro

(parse-clauses cs)
source

parse-emit-match-syntaxclj

(parse-emit-match-syntax message [pattern rhs])
source

parse-emit-syntaxclj

(parse-emit-syntax message p)
source

parse-patterncljmacro

(parse-pattern pattern)

Parse the argument to defpattern as a Pattern.

Parse the argument to `defpattern` as a [[Pattern]].
sourceraw docstring

path-exists-with-binding-clauseclj

(path-exists-with-binding-clause path bind)

Returns a clause that asserts the existence of a non-nil value at path. When evaluated, binds it's result to binding.

Returns a clause that asserts the existence of a non-nil value at `path`. When evaluated, binds it's result to `binding`.
sourceraw docstring

path-exists-with-binding-clause->rhs-matchclj

(path-exists-with-binding-clause->rhs-match message clause)
source

path-exists-with-binding-clause-bindingclj

(path-exists-with-binding-clause-binding rec__3439__auto__)
(path-exists-with-binding-clause-binding data__3440__auto__ v__3441__auto__)
Lens for the `binding` field from a [[PathExistsWithBindingClause]] record. See [[active.clojure.match/make-path-exists-with-binding-clause]].
sourceraw docstring

path-exists-with-binding-clause-pathclj

(path-exists-with-binding-clause-path rec__3439__auto__)
(path-exists-with-binding-clause-path data__3440__auto__ v__3441__auto__)
Lens for the `path` field from a [[PathExistsWithBindingClause]] record. See [[active.clojure.match/make-path-exists-with-binding-clause]].
sourceraw docstring

path-exists-with-binding-clause?clj

(path-exists-with-binding-clause? thing)

Is object a PathExistsWithBindingClause record? See active.clojure.match/make-path-exists-with-binding-clause.

Is object a `PathExistsWithBindingClause` record? See [[active.clojure.match/make-path-exists-with-binding-clause]].
sourceraw docstring

path-exists-without-binding-clauseclj

(path-exists-without-binding-clause path)

Returns a clause that asserts the existence of a non-nil value at path.

Returns a clause that asserts the existence of a non-nil value at `path`.
sourceraw docstring

path-exists-without-binding-clause-pathclj

(path-exists-without-binding-clause-path rec__3439__auto__)
(path-exists-without-binding-clause-path data__3440__auto__ v__3441__auto__)
Lens for the `path` field from a [[PathExistsWithoutBindingClause]] record. See [[active.clojure.match/make-path-exists-without-binding-clause]].
sourceraw docstring

path-exists-without-binding-clause?clj

(path-exists-without-binding-clause? thing)

Is object a PathExistsWithoutBindingClause record? See active.clojure.match/make-path-exists-without-binding-clause.

Is object a `PathExistsWithoutBindingClause` record? See [[active.clojure.match/make-path-exists-without-binding-clause]].
sourceraw docstring

path-matches-with-binding-clauseclj

(path-matches-with-binding-clause path matcher bind)

Returns a clause that matches a path with a certain matcher, binding the match to a symbol based on path.

Returns a clause that matches a `path` with a certain `matcher`, binding the
match to a symbol based on `path`.
sourceraw docstring

path-matches-with-binding-clause->rhs-matchclj

(path-matches-with-binding-clause->rhs-match message clause)
source

path-matches-with-binding-clause-bindingclj

(path-matches-with-binding-clause-binding rec__3439__auto__)
(path-matches-with-binding-clause-binding data__3440__auto__ v__3441__auto__)
Lens for the `binding` field from a [[PathMatchesWithBindingClause]] record. See [[active.clojure.match/make-path-matches-with-binding-clause]].
sourceraw docstring

path-matches-with-binding-clause-matcherclj

(path-matches-with-binding-clause-matcher rec__3439__auto__)
(path-matches-with-binding-clause-matcher data__3440__auto__ v__3441__auto__)
Lens for the `matcher` field from a [[PathMatchesWithBindingClause]] record. See [[active.clojure.match/make-path-matches-with-binding-clause]].
sourceraw docstring

path-matches-with-binding-clause-pathclj

(path-matches-with-binding-clause-path rec__3439__auto__)
(path-matches-with-binding-clause-path data__3440__auto__ v__3441__auto__)
Lens for the `path` field from a [[PathMatchesWithBindingClause]] record. See [[active.clojure.match/make-path-matches-with-binding-clause]].
sourceraw docstring

path-matches-with-binding-clause?clj

(path-matches-with-binding-clause? thing)

Is object a PathMatchesWithBindingClause record? See active.clojure.match/make-path-matches-with-binding-clause.

Is object a `PathMatchesWithBindingClause` record? See [[active.clojure.match/make-path-matches-with-binding-clause]].
sourceraw docstring

path-matches-without-binding-clauseclj

(path-matches-without-binding-clause path matcher)

Returns a clause that matches a path with a certain matcher.

Returns a clause that matches a `path` with a certain `matcher`.
sourceraw docstring

path-matches-without-binding-clause-matcherclj

(path-matches-without-binding-clause-matcher rec__3439__auto__)
(path-matches-without-binding-clause-matcher data__3440__auto__ v__3441__auto__)
Lens for the `matcher` field from a [[PathMatchesWithoutBindingClause]] record. See [[active.clojure.match/make-path-matches-without-binding-clause]].
sourceraw docstring

path-matches-without-binding-clause-pathclj

(path-matches-without-binding-clause-path rec__3439__auto__)
(path-matches-without-binding-clause-path data__3440__auto__ v__3441__auto__)
Lens for the `path` field from a [[PathMatchesWithoutBindingClause]] record. See [[active.clojure.match/make-path-matches-without-binding-clause]].
sourceraw docstring

path-matches-without-binding-clause?clj

(path-matches-without-binding-clause? thing)

Is object a PathMatchesWithoutBindingClause record? See active.clojure.match/make-path-matches-without-binding-clause.

Is object a `PathMatchesWithoutBindingClause` record? See [[active.clojure.match/make-path-matches-without-binding-clause]].
sourceraw docstring

path?clj

Is something a valid path?

Is something a valid path?
sourceraw docstring

PathExistsWithBindingClauseclj

source

PathExistsWithoutBindingClauseclj

source

PathMatchesWithBindingClauseclj

source

PathMatchesWithoutBindingClauseclj

source

Patternclj

source

patternclj

(pattern & clauses)

Takes some clauses and returns a Pattern.

Takes some `clauses` and returns a [[Pattern]].
sourceraw docstring

pattern->lhsclj

(pattern->lhs message pattern)
source

pattern->rhsclj

(pattern->rhs message pattern rhs)
source

pattern-clausesclj

(pattern-clauses rec__3439__auto__)
(pattern-clauses data__3440__auto__ v__3441__auto__)

Lens for the clauses field from a Pattern record. See active.clojure.match/make-pattern.

Lens for the `clauses` field from a [[Pattern]] record. See [[active.clojure.match/make-pattern]].
sourceraw docstring

pattern?clj

(pattern? thing)

Is object a Pattern record? See active.clojure.match/make-pattern.

Is object a `Pattern` record? See [[active.clojure.match/make-pattern]].
sourceraw docstring

predicate-matcher-predicateclj

(predicate-matcher-predicate rec__3439__auto__)
(predicate-matcher-predicate data__3440__auto__ v__3441__auto__)

Lens for the pred field from a PredicateMatcher record. See active.clojure.match/make-predicate-matcher.

Lens for the `pred` field from a [[PredicateMatcher]] record. See [[active.clojure.match/make-predicate-matcher]].
sourceraw docstring

predicate-matcher?clj

(predicate-matcher? thing)

Is object a PredicateMatcher record? See active.clojure.match/make-predicate-matcher.

Is object a `PredicateMatcher` record? See [[active.clojure.match/make-predicate-matcher]].
sourceraw docstring

PredicateMatcherclj

source

reduce-lhsclj

(reduce-lhs lhss)
source

regex-matcher-regexclj

(regex-matcher-regex rec__3439__auto__)
(regex-matcher-regex data__3440__auto__ v__3441__auto__)

Lens for the regex field from a RegexMatcher record. See active.clojure.match/make-regex-matcher.

Lens for the `regex` field from a [[RegexMatcher]] record. See [[active.clojure.match/make-regex-matcher]].
sourceraw docstring

regex-matcher?clj

(regex-matcher? thing)

Is object a RegexMatcher record? See active.clojure.match/make-regex-matcher.

Is object a `RegexMatcher` record? See [[active.clojure.match/make-regex-matcher]].
sourceraw docstring

regex?clj

(regex? thing)

Is a thing a regex.

Is a `thing` a regex.
sourceraw docstring

RegexMatcherclj

source

valid-symbol?clj

(valid-symbol? s)

Is a thing a valid symbol?

Is a thing a valid symbol?
sourceraw docstring

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

× close