(map->Dot m__7585__auto__)
Factory function for class clojure.core.async.impl.ioc_macros.Dot, taking a map of keywords to field values.
Source
(defrecord Dot [cls-or-instance method args]
IInstruction
(reads-from [this] `[~cls-or-instance ~method ~@args])
(writes-to [this] [(:id this)])
(block-references [this] [])
IEmittableInstruction
(emit-instruction [this state-sym]
`[~(:id this) (. ~cls-or-instance ~method ~@args)]))