Liking cljdoc? Tell your friends :D

clj-fdb.tuple


byte-strclj

(byte-str s)
source

equalsclj

(equals a b)
source

fromclj

(from & args)

Creates a new Tuple from a variable number of elements. The elements must follow the type guidelines from add, and so can only be Strings, byte[]s, Numbers, UUIDs, Booleans, Lists, Tuples, or nulls.

Performance: Similar to tuple except assumes that all the elements are of the same type. If not, then an IllegalArgumentException is thrown.

Creates a new Tuple from a variable number of elements. The elements
must follow the type guidelines from add, and so can only be
Strings, byte[]s, Numbers, UUIDs, Booleans, Lists, Tuples, or
nulls.

Performance: Similar to `tuple` except assumes that all the elements
are of the same type.  If not, then an IllegalArgumentException is
thrown.
sourceraw docstring

to-big-intclj

(to-big-int x index)
source

to-booleanclj

(to-boolean x index)
source

to-bytesclj

(to-bytes x index)
source

to-doubleclj

(to-double x index)
source

to-itemsclj

(to-items x)
source

to-longclj

(to-long x index)
source

to-nested-tupleclj

(to-nested-tuple x index)
source

to-strclj

(to-str x)
(to-str x index)
source

to-strsclj

(to-strs x)
source

tupleclj

(tuple & args)

Creates a new Tuple from a variable number of elements. The elements must follow the type guidelines from add, and so can only be Strings, byte[]s, Numbers, UUIDs, Booleans, Lists, Tuples, or nulls.

Performance: If you know that all the elements will be of the same type, then from will be a bit faster.

Creates a new Tuple from a variable number of elements. The elements
must follow the type guidelines from add, and so can only be
Strings, byte[]s, Numbers, UUIDs, Booleans, Lists, Tuples, or
nulls.

Performance: If you know that all the elements will be of the same type,
then `from` will be a bit faster.
sourceraw docstring

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

× close