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/s

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/s

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

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

countedclj

(counted)

Inputs: [] Returns: UUID

Returns a UUID object as the result of the next call to counted-str

Inputs: []
Returns: UUID

Returns a UUID object as the result of the next call to `counted-str`
sourceraw docstring

counted-reset!clj

(counted-reset!)

Resets the index for counted-str to zero.

Resets the index for `counted-str` to zero.
sourceraw docstring

counted-strclj

(counted-str)

Inputs: [] Returns: s/Str

Each call returns the next UUID string in a sequence like:

        00000000-aaaa-bbbb-cccc-ddddeeeeffff
        00000001-aaaa-bbbb-cccc-ddddeeeeffff
        00000002-aaaa-bbbb-cccc-ddddeeeeffff
Inputs: []
Returns: s/Str

Each call returns the next UUID string in a sequence like:

            00000000-aaaa-bbbb-cccc-ddddeeeeffff
            00000001-aaaa-bbbb-cccc-ddddeeeeffff
            00000002-aaaa-bbbb-cccc-ddddeeeeffff
            
sourceraw docstring

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/s

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/s

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/s

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