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.
sourceraw docstring

CharVecclj

An ordered sequence of characters of indeterminate length.

An ordered sequence of characters of indeterminate length.
sourceraw docstring

Collectionclj/s

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

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

EnliveNodeclj/s

An Enlive tree node

An Enlive tree node
sourceraw docstring

Fnclj/s

source

HttpRequestclj/s

source

Interceptorclj/s

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

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

KeyMapclj/s

source

Listclj/s

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

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

Mapclj/s

source

MapEntryclj/s

source

MapListclj/s

source

Pairclj/s

source

Quadclj/s

source

Quarterclj/s

source

Setclj/s

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

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

Singleclj/s

source

TagValclj/s

source

Tripleclj/s

source

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.
sourceraw docstring

TupleListclj/s

A sequence of tuples (typically a vector of vectors)

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

TupleMapclj/s

source

TupleMapsclj/s

source

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]
sourceraw 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).
sourceraw docstring

with-validation-disabledclj/smacro

(with-validation-disabled & forms)

Run forms with Plumatic Schema disabled

Run forms with Plumatic Schema disabled
sourceraw docstring

with-validation-enabledclj/smacro

(with-validation-enabled & forms)

Run forms with Plumatic Schema enabled

Run forms with Plumatic Schema enabled
sourceraw docstring

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

× close