Liking cljdoc? Tell your friends :D

clj-java-commons.core


++clj

source

--clj

source

->bbyte-arrayclj

(->bbyte-array data)

Coerces to byte[][]. Builds a new instance unless input is already of this type

Coerces to byte[][]. Builds a new instance
unless input is already of this type
sourceraw docstring

->byte-arrayclj

(->byte-array coll)

Coerces to byte[] but does not build a new instance when input is already as such

Coerces to byte[] but does not
build a new instance when input is already
as such
sourceraw docstring

->ddouble-arrayclj

(->ddouble-array data)

Coerces to double[][]. Builds a new instance unless input is already of this type

Coerces to double[][]. Builds a new instance
unless input is already of this type
sourceraw docstring

->double-arrayclj

(->double-array coll)

Coerces to double[] but does not build a new instance when input is already as such

Coerces to double[] but does not
build a new instance when input is already
as such
sourceraw docstring

->ffloat-arrayclj

(->ffloat-array data)

Coerces to float[][]. Builds a new instance unless input is already of this type

Coerces to float[][]. Builds a new instance
unless input is already of this type
sourceraw docstring

->float-arrayclj

(->float-array coll)

Coerces to float[] but does not build a new instance when input is already as such

Coerces to float[] but does not
build a new instance when input is already
as such
sourceraw docstring

->iint-arrayclj

(->iint-array data)

Coerces to int[][]. Builds a new instance unless input is already of this type

Coerces to int[][]. Builds a new instance
unless input is already of this type
sourceraw docstring

->int-arrayclj

(->int-array coll)

Coerces to int[] but does not build a new instance when input is already as such

Coerces to int[] but does not
build a new instance when input is already
as such
sourceraw docstring

->llong-arrayclj

(->llong-array data)

Coerces to long[][]. Builds a new instance unless input is already of this type

Coerces to long[][]. Builds a new instance
unless input is already of this type
sourceraw docstring

->long-arrayclj

(->long-array coll)

Coerces to long[] but does not build a new instance when input is already as such

Coerces to long[] but does not
build a new instance when input is already
as such
sourceraw docstring

/clj

(/ a)
(/ a b)

Overrides clojure.core to never return a clojure.lang Ratio without thinking about it. Allows a maximum of two arguments

Overrides clojure.core to never return
a clojure.lang Ratio without thinking about
it.
Allows a maximum of two arguments
sourceraw docstring

ba=clj

(ba= a1 a2)

Byte array equality of content

Byte array equality of content
sourceraw docstring

bbyte-arrayclj

(bbyte-array data)

Coerces to byte[][]. Builds a new instance whatever type input is (especially byte[][]). Use ->bbyte-array if you wan to favor byte[][]

Coerces to byte[][]. Builds a new instance
whatever type input is (especially byte[][]).
Use ->bbyte-array if you wan to favor byte[][]
sourceraw docstring

bbyte-array-classclj

2D byte array class pointer, i.e. byte[][]

2D byte array class pointer,
i.e. byte[][]
sourceraw docstring

bbyte-array?clj

(bbyte-array? obj)

Returns true when input is of type byte[][]

Returns true when input is of type byte[][]
sourceraw docstring

byte-array-classclj

Byte array class pointer, i.e. byte[]

Byte array class pointer,
i.e. byte[]
sourceraw docstring

byte-array?clj

(byte-array? obj)

Returns true when input is of type byte[]

Returns true when input is of type byte[]
sourceraw docstring

da=clj

(da= a1 a2)

Double arrays equality of content

Double arrays equality of content
sourceraw docstring

ddouble-arrayclj

(ddouble-array data)

Coerces to double[][]. Builds a new instance whatever type input is (especially double[][]). Use ->ddouble-array if you wan to favor double[][]

Coerces to double[][]. Builds a new instance
whatever type input is (especially double[][]).
Use ->ddouble-array if you wan to favor double[][]
sourceraw docstring

ddouble-array-classclj

2D double array pointer, i.e. double[][]

2D double array pointer,
i.e. double[][]
sourceraw docstring

ddouble-array?clj

(ddouble-array? obj)

Returns true when input is of type double[][]

Returns true when input is of type double[][]
sourceraw docstring

double-array-classclj

Double array class pointer, i.e. double[]

Double array class pointer,
i.e. double[]
sourceraw docstring

double-array?clj

(double-array? obj)

Returns true when input is a double[]

Returns true when input is a double[]
sourceraw docstring

fa=clj

(fa= a1 a2)

Float arrays equality of content

Float arrays equality of content
sourceraw docstring

ffloat-arrayclj

(ffloat-array data)

Coerces to float[][]. Builds a new instance whatever type input is (especially float[][]). Use ->ffloat-array if you wan to favor float[][]

Coerces to float[][]. Builds a new instance
whatever type input is (especially float[][]).
Use ->ffloat-array if you wan to favor float[][]
sourceraw docstring

ffloat-array-classclj

2D float array class pointer, i.e. float[][]

2D float array class pointer,
i.e. float[][]
sourceraw docstring

ffloat-array?clj

(ffloat-array? obj)

Returns true when input is of type float[][]

Returns true when input is of type float[][]
sourceraw docstring

float-array-classclj

Float array class pointer, i.e. float[]

Float array class pointer,
i.e. float[]
sourceraw docstring

float-array?clj

(float-array? obj)

Returns true when input is of type float[]

Returns true when input is of type float[]
sourceraw docstring

ia=clj

(ia= a1 a2)

Int arrays equality of content

Int arrays equality of content
sourceraw docstring

iint-arrayclj

(iint-array data)

Coerces to int[][]. Builds a new instance whatever type input is (especially int[][]). Use ->iint-array if you wan to favor int[][]

Coerces to int[][]. Builds a new instance
whatever type input is (especially int[][]).
Use ->iint-array if you wan to favor int[][]
sourceraw docstring

iint-array-classclj

2D int array pointer, i.e. int[][]

2D int array pointer,
i.e. int[][]
sourceraw docstring

iint-array?clj

(iint-array? obj)

Returns true when input is of type int[][]

Returns true when input is of type int[][]
sourceraw docstring

int-array-classclj

Int array class pointer, i.e. int[]

Int array class pointer,
i.e. int[]
sourceraw docstring

int-array?clj

(int-array? obj)

Returns true when input is of type int[]

Returns true when input is of type int[]
sourceraw docstring

la=clj

(la= a1 a2)

Long arrays equality of content

Long arrays equality of content
sourceraw docstring

llong-arrayclj

(llong-array data)

Coerces to long[][]. Builds a new instance whatever type input is (especially long[][]). Use ->llong-array if you wan to favor long[][]

Coerces to long[][]. Builds a new instance
whatever type input is (especially long[][]).
Use ->llong-array if you wan to favor long[][]
sourceraw docstring

llong-array-classclj

2D long array class pointer, i.e. long[][]

2D long array class pointer,
i.e. long[][]
sourceraw docstring

llong-array?clj

(llong-array? obj)

Returns true when input is of type long[][]

Returns true when input is of type long[][]
sourceraw docstring

long-array-classclj

Long array class pointer, i.e. long[]

Long array class pointer,
i.e. long[]
sourceraw docstring

long-array?clj

(long-array? obj)

Returns true when input is of type long[]

Returns true when input is of type long[]
sourceraw docstring

nan?clj

source

neg?clj

(neg? x)

Returns true when the input is negative (in R-)

Returns true when the input is
negative (in R-)
sourceraw docstring

not==clj

source

pos?clj

(pos? x)

Returns true when the input is positive (in R+)

Returns true when the input is
positive (in R+)
sourceraw docstring

strictly-neg?clj

Returns true when the input is strictly negative (in R-*)

Returns true when the input is
strictly negative (in R-*)
sourceraw docstring

strictly-pos?clj

Returns true when the input is strictly positive (in R+*)

Returns true when the input is
strictly positive (in R+*)
sourceraw docstring

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

× close