Liking cljdoc? Tell your friends :D

tupelo.types

Type conversion and detection.

Type conversion and detection.
raw docstring

boolean-array?clj

(boolean-array? arg)

Returns true is the arg is a boolean array, else false.

Returns true is the arg is a boolean array, else false.
sourceraw docstring

byte-array->strclj

(byte-array->str arg)

Converts a byte array to a String using the UTF-8 Charset

Converts a byte array to a String using the UTF-8 Charset
sourceraw docstring

byte-array?clj

(byte-array? arg)

Returns true is the arg is a byte array, else false.

Returns true is the arg is a byte array, else false.
sourceraw docstring

byte?clj

(byte? arg)

Returns true is the arg is a Byte, else false.

Returns true is the arg is a Byte, else false.
sourceraw docstring

BYTE_UNSIGNED_MAX_VALUEclj

source

BYTE_UNSIGNED_MIN_VALUEclj

source

char-array?clj

(char-array? arg)

Returns true is the arg is a char array, else false.

Returns true is the arg is a char array, else false.
sourceraw docstring

character?clj

(character? arg)

Returns true is the arg is a Character, else false.

Returns true is the arg is a Character, else false.
sourceraw docstring

double-array?clj

(double-array? arg)

Returns true is the arg is a double array, else false.

Returns true is the arg is a double array, else false.
sourceraw docstring

double?clj

(double? arg)

Returns true is the arg is a Double, else false.

Returns true is the arg is a Double, else false.
sourceraw docstring

float-array?clj

(float-array? arg)

Returns true is the arg is a float array, else false.

Returns true is the arg is a float array, else false.
sourceraw docstring

float?clj

(float? arg)

Returns true is the arg is a Float, else false.

Returns true is the arg is a Float, else false.
sourceraw docstring

int-array?clj

(int-array? arg)

Returns true is the arg is a int array, else false.

Returns true is the arg is a int array, else false.
sourceraw docstring

integer?clj

(integer? arg)

Returns true is the arg is a Integer, else false.

Returns true is the arg is a Integer, else false.
sourceraw docstring

INTEGER_UNSIGNED_MAX_VALUEclj

source

INTEGER_UNSIGNED_MIN_VALUEclj

source

IntervalClosedclj

source

long-array?clj

(long-array? arg)

Returns true is the arg is a long array, else false.

Returns true is the arg is a long array, else false.
sourceraw docstring

long?clj

(long? arg)

Returns true is the arg is a Long, else false.

Returns true is the arg is a Long, else false.
sourceraw docstring

LONG_UNSIGNED_MAX_VALUEclj

source

LONG_UNSIGNED_MIN_VALUEclj

source

object-array?clj

(object-array? arg)

Returns true is the arg is a object array, else false.

Returns true is the arg is a object array, else false.
sourceraw docstring

short-array?clj

(short-array? arg)

Returns true is the arg is a short array, else false.

Returns true is the arg is a short array, else false.
sourceraw docstring

short?clj

(short? arg)

Returns true is the arg is a Short, else false.

Returns true is the arg is a Short, else false.
sourceraw docstring

SHORT_UNSIGNED_MAX_VALUEclj

source

SHORT_UNSIGNED_MIN_VALUEclj

source

str->byte-arrayclj

(str->byte-array arg)

Converts a String to a byte array using the UTF-8 Charset

Converts a String to a byte array using the UTF-8 Charset
sourceraw docstring

UTF-8-Charset-Nameclj

source

within-bounds-byte-unsigned?clj

(within-bounds-byte-unsigned? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a byte (unsigned).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a byte (unsigned).
sourceraw docstring

within-bounds-byte?clj

(within-bounds-byte? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a byte (signed).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a byte (signed).
sourceraw docstring

within-bounds-integer-unsigned?clj

(within-bounds-integer-unsigned? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a integer (unsigned).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a integer (unsigned).
sourceraw docstring

within-bounds-integer?clj

(within-bounds-integer? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a integer (signed).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a integer (signed).
sourceraw docstring

within-bounds-long-unsigned?clj

(within-bounds-long-unsigned? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a long (unsigned).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a long (unsigned).
sourceraw docstring

within-bounds-long?clj

(within-bounds-long? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a long (signed).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a long (signed).
sourceraw docstring

within-bounds-short-unsigned?clj

(within-bounds-short-unsigned? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a short (unsigned).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a short (unsigned).
sourceraw docstring

within-bounds-short?clj

(within-bounds-short? val)

Inputs: [val :- s/Int] Returns: s/Bool

Returns true if val fits within legal range for a short (signed).

Inputs: [val :- s/Int]
Returns: s/Bool

Returns true if val fits within legal range for a short (signed).
sourceraw docstring

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

× close