Liking cljdoc? Tell your friends :D

tupelo.schema

Prismatic Schema type definitions

Prismatic Schema type definitions
raw docstring

Arrayclj/s

An ordered sequence of vectors.

An ordered sequence of vectors.
raw docstring

CharVecclj

An ordered sequence of characters of indeterminate length.

An ordered sequence of characters of indeterminate length.
raw docstring

Collectionclj/s

Any collection type of Vec (& List), Map, or Set

Any collection type of Vec (& List), Map, or Set
raw docstring

EnliveNodeclj/s

An Enlive tree node

An Enlive tree node
raw docstring

Fnclj/s


HttpRequestclj/s


Interceptorclj/s

Plumatic Schema type name for interceptor type used by walk-entity.

Plumatic Schema type name for interceptor type used by `walk-entity`.
raw docstring

KeyMapclj/s


Listclj/s

An ordered sequence of items of indeterminate length (synonymous for Vec).

An ordered sequence of items of indeterminate length (synonymous for Vec).
raw docstring

Mapclj/s


MapEntryclj/s


MapListclj/s


Pairclj/s


Quadclj/s


Quarterclj/s


Setclj/s

Either a Clojure hash-set or a java.util.HashSet

Either a Clojure hash-set or a java.util.HashSet
raw docstring

Singleclj/s


TagValclj/s


Tripleclj/s


Tupleclj/s

A specific type of sequential collection, typically a vector of constant length where each element has a pre-defined interpretation.

A specific type of sequential collection, typically a vector of constant length where each
element has a pre-defined interpretation.
raw docstring

TupleListclj/s

A sequence of tuples (typically a vector of vectors)

A sequence of tuples (typically a vector of vectors)
raw docstring

TupleMapclj/s


TupleMapsclj/s


TupleSetclj/s

The result of any Datomic using the Entity API is logically a hash-set of tuples (vectors). The contents and order of each tuple is determined by the find clause:

 ----- query -----                         ----- tuples -----

(d/q '{:find [?e ?name ?age] ...) -> [?e ?name ?age]

The result of any Datomic using the Entity API is logically a hash-set of tuples (vectors).
The contents and order of each tuple is determined by the find clause:

     ----- query -----                         ----- tuples -----
   (d/q '{:find [?e ?name ?age] ...)     ->    [?e ?name ?age]
raw docstring

Vecclj/s

An ordered sequence of items of indeterminate length (synonymous for List).

An ordered sequence of items of indeterminate length (synonymous for List).
raw docstring

with-validation-disabledclj/smacro

(with-validation-disabled & forms)

Run forms with Plumatic Schema disabled

Run forms with Plumatic Schema disabled
raw docstring

with-validation-enabledclj/smacro

(with-validation-enabled & forms)

Run forms with Plumatic Schema enabled

Run forms with Plumatic Schema enabled
raw docstring

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

× close