Liking cljdoc? Tell your friends :D

cascalog.logic.options


careful-mergeclj

(careful-merge l r)

Semigroup that keeps the right value of it's not nil or not equal to the old left value. If these conditions aren't met, the merge will throw an exception.

Semigroup that keeps the right value of it's not nil or not equal
to the old left value. If these conditions aren't met, the merge
will throw an exception.
raw docstring

DEFAULT-OPTIONSclj

The set of options supported by Cascalog, mapped to default values.

The set of options supported by Cascalog, mapped to default values.
raw docstring

extract-optionsclj

(extract-options preds)

Accepts a sequence of raw predicates and returns a 2-vector of [option-map, rest-of-preds].

Accepts a sequence of raw predicates and returns a 2-vector of
[option-map, rest-of-preds].
raw docstring

generate-option-mapclj

(generate-option-map opt-predicates)

Accepts a sequence of option predicates and generates a map of option -> value.

Accepts a sequence of option predicates and generates a map of
option -> value.
raw docstring

option?clj

A predicate is an option if it begins with a keyword.

A predicate is an option if it begins with a keyword.
raw docstring

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

× close