(bounded-comparator cmp)
Bounds a comparator above and below with UPPER and LOWER.
Bounds a comparator above and below with UPPER and LOWER.
(bounded-comparator-above cmp)
Bounds a comparator above with UPPER.
Bounds a comparator above with UPPER.
(bounded-comparator-below cmp)
Bounds a comparator below with LOWER.
Bounds a comparator below with LOWER.
(bounded-proj-comparator & fs)
analogy: seq-comparator : bounded-seq-comparator :: proj-comparator : bounded-proj-comparator
analogy: seq-comparator : bounded-seq-comparator :: proj-comparator : bounded-proj-comparator
(bounded-seq-comparator & fs)
Wraps the 'inner' comparators passed to create a seq-comparator using bounded-comparator. Additionally, the outer comparator is wrapped as well. eg: ((bounded-seq-comparator compare compare) [1 2] [1 UPPER]) => -1 ((bounded-seq-comparator compare compare) UPPER [1 UPPER]) => 1
Wraps the 'inner' comparators passed to create a seq-comparator using bounded-comparator. Additionally, the outer comparator is wrapped as well. eg: ((bounded-seq-comparator compare compare) [1 2] [1 UPPER]) => -1 ((bounded-seq-comparator compare compare) UPPER [1 UPPER]) => 1
(bounded-above? this)
(bounded-below? this)
(bounded-comparator? this)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close