Liking cljdoc? Tell your friends :D

charred.coerce

Coercions to specific java types.

Coercions to specific java types.
raw docstring

->bi-consumerclj

(->bi-consumer item)

Coerce an item to a java consumer

Coerce an item to a java consumer
raw docstring

->bi-functionclj

(->bi-function item)

Coerce an item to a java bi-function

Coerce an item to a java bi-function
raw docstring

->consumerclj

(->consumer item)

Coerce an item to a java consumer

Coerce an item to a java consumer
raw docstring

->functionclj

(->function item)

Coerce an item to a java function

Coerce an item to a java function
raw docstring

->iteratorclj

(->iterator item)

Convert a stream or an iterable into an iterator.

Convert a stream or an iterable into an iterator.
raw docstring

->predicateclj

(->predicate item)

->supplierclj

(->supplier item)

Coerce an item or sequence to a java supplier

Coerce an item or sequence to a java supplier
raw docstring

ary-iterclj

(ary-iter ary-data)

Create an iterator for any primitive or object java array.

Create an iterator for any primitive or object java array.
raw docstring

doitercljmacro

(doiter varname iterable & body)

Execute body for every item in the iterable. Expecting side effects, returns nil.

Execute body for every item in the iterable.  Expecting side effects, returns nil.
raw docstring

indexed-doitercljmacro

(indexed-doiter idxvarname varname iterable & body)

Execute body for every item in the iterable. Expecting side effects, returns nil.

Execute body for every item in the iterable.  Expecting side effects, returns nil.
raw docstring

map-iterclj

(map-iter map-fn obj)

Map a function across an object that is convertible to an iterator.

Map a function across an object that is convertible to an iterator.
raw docstring

reduce-supplierclj

(reduce-supplier rfn supp)
(reduce-supplier rfn init supp)

Reduce a supplier as if the supplier were a sequence and clojure.core.reduce was called.

Reduce a supplier as if the supplier were a sequence and
`clojure.core.reduce` was called.
raw docstring

supplier->seqclj

(supplier->seq item)

Conversion from something convertible to a java.util.function.Supplier to a lazy sequence. Has effect of un-chunking lazy sequences.

Conversion from something convertible to a java.util.function.Supplier
to a lazy sequence.  Has effect of un-chunking lazy sequences.
raw docstring

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

× close