Liking cljdoc? Tell your friends :D

org.purefn.sentenza.annotate

Various annotations of metadata that can be added to transducers to modify how they are used in the pipeline.

Various annotations of metadata that can be added to transducers
to modify how they are used in the pipeline.
raw docstring

coredclj

(cored xf n)

Marks the transducer as a stateless and therefore parallelizable over multiple cores.

Marks the transducer as a stateless and therefore parallelizable
over multiple cores.
raw docstring

cored?clj

(cored? xf)

Checks whether a given transducer is marked as stateless.

Checks whether a given transducer is marked as stateless.
raw docstring

has-metaclj

(has-meta xf & ks)

Checks whether a transducer has all of the given metadata keys.

Checks whether a transducer has all of the given metadata keys.
raw docstring

name-ofclj

(name-of xf)

Fetches the human readable name for a transducer.

Fetches the human readable name for a transducer.
raw docstring

namedclj

(named xf name)

Marks the transducer with a human readable name, useful for monitoring.

Marks the transducer with a human readable name, useful for monitoring.
raw docstring

paralclj

(paral xf)

Returns the number of threads to spin up for a threading transducer.

Returns the number of threads to spin up for a threading transducer.
raw docstring

sizeclj

(size xf)

sizedclj

(sized xf size)

Describes the size of the channel buffer this transducer's results will accumulate into. Defaults to 500 if unset.

Describes the size of the channel buffer this transducer's results will
accumulate into. Defaults to 500 if unset.
raw docstring

threadedclj

(threaded xf)
(threaded xf n)

Marks a transducer as blocking by setting its metadata. Also takes the number of threads to spin up, defaults to 16.

Marks a transducer as blocking by setting its metadata. Also
takes the number of threads to spin up, defaults to 16.
raw docstring

threaded?clj

(threaded? xf)

Checks whether a given transducer is marked as blocking.

Checks whether a given transducer is marked as blocking.
raw docstring

warnedclj

(warned xf msg)

Adds a warning function as metadata to the transducer

Adds a warning function as metadata to the transducer
raw docstring

warnerclj

(warner xf)

Returned the warner function from the transducer's metadata.

Returned the warner function from the transducer's metadata.
raw docstring

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

× close