Make it possible "force" the builder to be constructed

This commit is contained in:
Sean Corfield 2019-11-17 12:00:08 -08:00
parent feb31d5255
commit bebcf0af17

View file

@ -460,6 +460,11 @@
(row-builder @builder) (row-builder @builder)
{`core-p/datafy (navize-row connectable opts)})) {`core-p/datafy (navize-row connectable opts)}))
clojure.lang.IDeref
(deref [this]
(deref builder))
;; from java.lang.Object:
(toString [_] (toString [_]
(try (try
(str (row-builder @builder)) (str (row-builder @builder))