Liking cljdoc? Tell your friends :D

com.potetm.fusebox.cljs.memoize


disablecljs

(disable spec)
source

getcljs

(get {f :com.potetm.fusebox.cljs.memoize/fn
      vol :com.potetm.fusebox.cljs.memoize/vol}
     &
     args)

Retrieve a value, invoking ::fn if necessary.

Retrieve a value, invoking ::fn if necessary.
sourceraw docstring

initcljs

(init {_fn :com.potetm.fusebox.cljs.memoize/fn :as spec})

Initialize a memoized function.

spec is a map containing: ::fn - The function to memoize

::fn is guaranteed to be called once.

Initialize a memoized function.

spec is a map containing:
  ::fn - The function to memoize

::fn is guaranteed to be called once.
sourceraw docstring

not-foundcljs

source

shutdowncljs

(shutdown _spec)
source

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

× close