Liking cljdoc? Tell your friends :D

cascalog.logic.testing


doublifyclj

(doublify tuples)

Takes a sequence of tuples and converts all numbers to doubles. For example: (doublify [[1 :a] [2 :b]]) ;; [[1.0 :a] [2.0 :b]]

Takes a sequence of tuples and converts all numbers to doubles.
For example:
 (doublify [[1 :a] [2 :b]])
 ;; [[1.0 :a] [2.0 :b]]
raw docstring

is-specs=clj

(is-specs= set1 set2)

is-tuplesets=clj

(is-tuplesets= set1 set2)

ITestablecljprotocol

process?-clj

(process?- _ bindings)

Used in testing, returns the result from processing the bindings

Used in testing, returns the result from processing the bindings

test?-clj

(test?- & bindings)

test?<-cljmacro

(test?<- & args)

thrown?<-cljmacro

(thrown?<- error & body)

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

× close