Liking cljdoc? Tell your friends :D

complete.core


classfilesclj

source

completionsclj

(completions prefix)
(completions prefix ns)

Return a sequence of matching completions given a prefix string and an optional current namespace.

Return a sequence of matching completions given a prefix string and an optional current namespace.
sourceraw docstring

namespacesclj

(namespaces ns)

Returns a list of potential namespace completions for a given namespace

Returns a list of potential namespace completions for a given namespace
sourceraw docstring

nested-classesclj

source

ns-classesclj

(ns-classes ns)

Returns a list of potential class name completions for a given namespace

Returns a list of potential class name completions for a given namespace
sourceraw docstring

ns-java-methodsclj

(ns-java-methods ns)

Returns a list of potential java method name completions for a given namespace

Returns a list of potential java method name completions for a given namespace
sourceraw docstring

ns-public-varsclj

(ns-public-vars ns)

Returns a list of potential public var name completions for a given namespace

Returns a list of potential public var name completions for a given namespace
sourceraw docstring

ns-varsclj

(ns-vars ns)

Returns a list of all potential var name completions for a given namespace

Returns a list of all potential var name completions for a given namespace
sourceraw docstring

path-filesclj

(path-files path)
source

potential-completionscljmultimethod

source

resolve-classclj

(resolve-class sym)
source

special-formsclj

source

static-membersclj

(static-members class)

Returns a list of potential static members for a given class

Returns a list of potential static members for a given class
sourceraw docstring

top-level-classesclj

source

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

× close