Using the Obj/staticMethod
form maps the method call to Clojure's natural function
position.
Examples:
; bad (. Obj staticMethod args)
; good (Obj/staticMethod args)
Using the `Obj/staticMethod` form maps the method call to Clojure's natural function position. Examples: ; bad (. Obj staticMethod args) ; good (Obj/staticMethod args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close