Liking cljdoc? Tell your friends :D

coarse.core

defines all the lenses and traversals

defines all the lenses and traversals
raw docstring

&clj/s

(& x f)

reverse function application, not useful in Clojure yet

reverse function application, not useful in Clojure yet
sourceraw docstring

*-clj/s

source

*=clj/s

source

*==clj/s

source

*>clj/s

source

+=clj/s

source

+==clj/s

source

-=clj/s

source

-==clj/s

source

<%-clj/s

(<%- lns f s)
source

<<%-clj/s

(<<%- lns f s)
source

=$clj/s

(=$ l b)
source

=%clj/s

alias for sett

alias for sett
sourceraw docstring

?=clj/s

(?= fn)
source

?==clj/s

(?== f)
source

_1clj/s

shorthand for (ix 0)

shorthand for (ix 0)
sourceraw docstring

_2clj/s

shorthand for (ix 1)

shorthand for (ix 1)
sourceraw docstring

_3clj/s

shorthand for (ix 2)

shorthand for (ix 2)
sourceraw docstring

_4clj/s

shorthand for (ix 3)

shorthand for (ix 3)
sourceraw docstring

_5clj/s

shorthand for (ix 4)

shorthand for (ix 4)
sourceraw docstring

_allclj/s

(_all v)
source

_butlastclj/s

lens that access the butlast of a collection

lens that access the butlast of a collection
sourceraw docstring

_droppingclj/s

(_dropping n)
source

_filteringclj/s

traverses all elements, access those whose value satisfied by the predicate

traverses all elements, access those whose value satisfied by the predicate
sourceraw docstring

_firstclj/s

alias for _1

alias for _1
sourceraw docstring

_indexclj/s

traverses all elements, access those whose index satisfied by the predicate

traverses all elements, access those whose index satisfied by the predicate
sourceraw docstring

_lastclj/s

lens that access the last element of a collection

lens that access the last element of a collection
sourceraw docstring

_predclj/s

(_pred p1 p2)

traverses all elements, only access them when its index is satisfied by p1, value satisfied by p2

traverses all elements, only access them when its index is satisfied by p1, value satisfied by p2
sourceraw docstring

_rangingclj/s

(_ranging coll)
source

_restclj/s

lens that access the rest of a collection

lens that access the rest of a collection
sourceraw docstring

_takingclj/s

(_taking n)
source

attrsclj/s

(attrs & form)
source

bindclj/s

(bind p k)
source

chainclj/s

(chain p k)
source

div=clj/s

source

div==clj/s

source

eachclj/s

source

eval-stateclj/s

(eval-state a b)
source

exec-stateclj/s

(exec-state a b)
source

filteredclj/s

(filtered pred)
source

has?clj/s

(has? lns s)
source

hcompclj/s

(hcomp & fns')
source

hcomp2clj/s

(hcomp2 f g)
source

ixclj/s

(ix k)
source

ix-defaultclj/s

(ix-default n default)
source

joinclj/s

(join & lenses)
source

lensclj/s

(lens get set)

constructs a lens from a getter and setter

constructs a lens from a getter and setter
sourceraw docstring

lens-doclj/smacro

(lens-do & forms)
source

magnifyclj/s

alias for views

alias for views
sourceraw docstring

nxclj/s

(nx n)
source

overclj/s

(over lns a->b s)
source

previewclj/s

(preview lns s)
source

quot=clj/s

source

quot==clj/s

source

run-stateclj/s

(run-state v)
(run-state v arg)
source

settclj/s

(sett lns b s)
source

stateclj/s

(state f)
source

state-getclj/s

source

state-getsclj/s

(state-gets f)
source

state-modifyclj/s

(state-modify f)
source

state-putclj/s

(state-put x)
(state-put x s)
source

state-returnclj/s

(state-return x)
(state-return x s)
source

state-viewclj/s

(state-view lns)
source

toclj/s

(to getter)
source

to-list-ofclj/s

(to-list-of lns)
(to-list-of lns s)

view for traversals, combines the elements the traversal accesses

view for traversals, combines the elements the traversal accesses
sourceraw docstring

viewclj/s

(view lns s)
source

viewsclj/s

(views l)
(views l f)

performs the function within the context pointed by the lens

performs the function within the context pointed by the lens
sourceraw docstring

zoomclj/s

(zoom lns state)
source

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

× close