Liking cljdoc? Tell your friends :D
Clojure only.

midje.util.laziness

To evaluate a fact it needs to be eagerly evaluated.

To evaluate a fact it needs to be eagerly evaluated.
raw docstring

eagerlyclj

(eagerly form)

Descend form, converting all lazy seqs into lists. Metadata is preserved. In the result all non-collections are identical? to those in the original form (as is their metadata). None of the collections are identical? even if they contain no lazy seqs.

Descend form, converting all lazy seqs into lists.
Metadata is preserved. In the result all non-collections
are identical? to those in the original form (as is
their metadata). None of the collections are identical?
even if they contain no lazy seqs.
sourceraw docstring

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

× close