Liking cljdoc? Tell your friends :D

aautil.dewdrop


->lens-viewclj/s≠

(->lens-view lens data-atom)
clj

Positional factory function for class aautil.dewdrop.lens-view.

Positional factory function for class aautil.dewdrop.lens-view.
cljs

Positional factory function for aautil.dewdrop/lens-view.

Positional factory function for aautil.dewdrop/lens-view.
source (clj)source (cljs)raw docstring

atom-key-lensclj/s

(atom-key-lens key-atom)

Builds a lens using get and assoc

Builds a lens using get and assoc
sourceraw docstring

edn-lensclj/s

source

key-lensclj/s

(key-lens key)

Builds a lens using get and assoc

Builds a lens using get and assoc
sourceraw docstring

lcompclj/s

(lcomp left right)

Combine a lens with another.

Combine a lens with another.
sourceraw docstring

lderefclj/s

(lderef lens data-atom)

Extract an item from data held by an atom. Returns the extracted item.

Extract an item from data held by an atom.
Returns the extracted item.
sourceraw docstring

lens-viewcljs

source

lgetclj/s

(lget lens data)

Extract an item from some data. Returns the extracted item.

Extract an item from some data.
Returns the extracted item.
sourceraw docstring

lreset!clj/s

(lreset! lens data-atom item)

Revise some data held by an atom with an item. Returns the revised data.

Revise some data held by an atom with an item.
Returns the revised data.
sourceraw docstring

lset!clj/s

(lset! lens data item)

Revise some data with an item. Returns the revised data.

Revise some data with an item.
Returns the revised data.
sourceraw docstring

lswap!clj/s

(lswap! lens data-atom f)

Update an item in some data held by an atom. Returns the revised data.

Update an item in some data held by an atom.
Returns the revised data.
sourceraw docstring

lupd!clj/s

(lupd! lens data f)

Update an item in some data. Returns the revised data.

Update an item in some data.
Returns the revised data.
sourceraw docstring

lviewclj/s

(lview lens data-atom)
source

map->lens-viewclj/s≠

clj
(map->lens-view m__7585__auto__)

Factory function for class aautil.dewdrop.lens-view, taking a map of keywords to field values.

Factory function for class aautil.dewdrop.lens-view, taking a map of keywords to field values.
cljs
(map->lens-view G__5349)

Factory function for aautil.dewdrop/lens-view, taking a map of keywords to field values.

Factory function for aautil.dewdrop/lens-view, taking a map of keywords to field values.
source (clj)source (cljs)raw docstring

new-lensclj/s

(new-lens getter setter)

Create a new lens.

Create a new lens.
sourceraw docstring

printing-lensclj/s

(printing-lens id)

A lens for debugging

A lens for debugging
sourceraw docstring

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

× close