Liking cljdoc? Tell your friends :D

hara.config.base.global


+cacheclj


+global+clj


globalclj

(global)
(global k)
(global k {:keys [cached]})

returns the entire global map

(global :all)

returns the entire global map

(global :all)
raw docstring

global-all-rawclj

(global-all-raw)

returns the global object for all global types

(:group (global-all-raw)) => "hara"

returns the global object for all global types

(:group (global-all-raw))
=> "hara"
raw docstring

global-env-rawclj

(global-env-raw)

returns the global object for system env

(:user (global-env-raw)) => string?

returns the global object for system env

(:user (global-env-raw))
=> string?
raw docstring

global-home-rawclj

(global-home-raw)

returns the global object for all global types

(global-home-raw) => anything

returns the global object for all global types

(global-home-raw)
=> anything
raw docstring

global-project-rawclj

(global-project-raw)

returns the global object for thecurrent project

(:group (global-project-raw)) => "hara"

returns the global object for thecurrent project

(:group (global-project-raw))
=> "hara"
raw docstring

global-properties-rawclj

(global-properties-raw)

returns the global object for system properties

(:java (global-properties-raw)) ;; {:compile {:path "./target/classes"}, :debug "false"} => map?

returns the global object for system properties

(:java (global-properties-raw))
;; {:compile {:path "./target/classes"}, :debug "false"}
=> map?
raw docstring

global-rawclj

(global-raw m key-fn)

constructs a global object

(global-raw {[:a] 1 [:b] 2} identity) => global?

constructs a global object

(global-raw {[:a] 1
             [:b] 2}
            identity)
=> global?
raw docstring

global?clj

(global? x)

checks if object is of type global

(global? (map->Global {})) => true

checks if object is of type global

(global? (map->Global {}))
=> true
raw docstring

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

× close