Liking cljdoc? Tell your friends :D

com.github.ivarref.clj-paginate


batch-paginateclj

(batch-paginate prepared
                batch-f
                opts
                &
                {:keys [keep? context]
                 :or {keep? (constantly true) context {}}})
source

ensure-orderclj

(ensure-order src-vec dst-vec & {:keys [sif dif] :or {sif :id dif :id}})
source

get-contextclj

(get-context opts)
source

paginateclj

(paginate prepared
          f
          opts
          &
          {:keys [keep? context] :or {keep? (constantly true) context {}}})
source

prepare-paginateclj

(prepare-paginate opts coll)
source

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

× close