Liking cljdoc? Tell your friends :D

com.dean.interval-tree.tree.order


*compare*clj

source

<=clj

(<= x)
(<= x y)
(<= x y & more)
source

>=clj

(>= x)
(>= x y)
(>= x y & more)
source

compareclj

(compare x y)
source

compare-byclj

(compare-by pred)

Given a predicate that defines a total order over some domain, return a three-way comparator built from it.

Given a predicate that defines a total order over some domain,
return a three-way comparator built from it.
sourceraw docstring

compare<clj

(compare< x y)
source

compare<=clj

(compare<= x y)
source

compare=clj

(compare= x y)
source

compare>clj

(compare> x y)
source

compare>=clj

(compare>= x y)
source

maxclj

(max x & args)
source

normal-compareclj

(normal-compare x y)
source

normalizeclj

(normalize x)
source

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

× close