Liking cljdoc? Tell your friends :D

noahtheduke.splint.rules.lint.dot-class-method


dot-class-methodclj

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)
sourceraw docstring

symbol-class?clj

(symbol-class? sym)
source

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

× close