Liking cljdoc? Tell your friends :D

tupelo.uuid


const-dummy-objclj

A dummy UUID object '00000000-0000-0000-0000-000000000000'

A dummy UUID object '00000000-0000-0000-0000-000000000000' 
sourceraw docstring

const-dummy-strclj

A dummy UUID string '00000000-0000-0000-0000-000000000000'

A dummy UUID string '00000000-0000-0000-0000-000000000000' 
sourceraw docstring

const-null-objclj

A null UUID object '00000000-0000-0000-0000-000000000000'

A null UUID object '00000000-0000-0000-0000-000000000000' 
sourceraw docstring

const-null-strclj

A null UUID string '00000000-0000-0000-0000-000000000000'

A null UUID string '00000000-0000-0000-0000-000000000000' 
sourceraw docstring

countedclj

(counted)
source

counted-reset!clj

(counted-reset!)
source

counted-strclj

(counted-str)
source

dummyclj

Returns a dummy UUID object 'cafebabe-1953-0510-0970-0123456789ff'

Returns a dummy UUID object 'cafebabe-1953-0510-0970-0123456789ff'
sourceraw docstring

dummy-strclj

Returns a dummy UUID string 'cafebabe-1953-0510-0970-0123456789ff'

Returns a dummy UUID string 'cafebabe-1953-0510-0970-0123456789ff' 
sourceraw docstring

nullclj

Returns a null UUID object '00000000-0000-0000-0000-000000000000'

Returns a null UUID object '00000000-0000-0000-0000-000000000000' 
sourceraw docstring

null-strclj

Returns a null UUID string '00000000-0000-0000-0000-000000000000'

Returns a null UUID string '00000000-0000-0000-0000-000000000000' 
sourceraw docstring

randclj

(rand)

Inputs: [] Returns: UUID

Returns a random uuid as a UUID object

Inputs: []
Returns: UUID

Returns a random uuid as a UUID object
sourceraw docstring

rand-strclj

(rand-str)

Inputs: [] Returns: s/Str

Returns a random uuid as a String

Inputs: []
Returns: s/Str

Returns a random uuid as a String
sourceraw docstring

uuid-str?clj

Returns true iff the string shows a valid UUID-like pattern of hex digits. Does not distinguish between UUID subtypes.

Returns true iff the string shows a valid UUID-like pattern of hex digits. Does not
distinguish between UUID subtypes.
sourceraw docstring

with-countedcljmacro

(with-counted & forms)

For testing, replace all calls to uuid/rand with uuid/counted

For testing, replace all calls to uuid/rand with uuid/counted
sourceraw docstring

with-nullcljmacro

(with-null & forms)

For testing, replace all calls to uuid/rand with uuid/null

For testing, replace all calls to uuid/rand with uuid/null
sourceraw docstring

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

× close