Liking cljdoc? Tell your friends :D

verbo.sokka.utils


->compressorclj


byte-array-typeclj


byte-array?clj

(byte-array? val)

byte-buffer?clj

(byte-buffer? val)

DEFAULT_NIPPY_CONFIGclj


deserializeclj

(deserialize val)
(deserialize val config)

lazy-mapcatclj

(lazy-mapcat f coll)

maps a function over a collection and lazily concatenate all the results.

maps a function over a collection and
lazily concatenate all the results.
raw docstring

lazy-queryclj

(lazy-query q)
(lazy-query q start-from)

Takes a query as a lambda function and retunrs a lazy pagination over the items

Takes a query as a lambda function and retunrs
a lazy pagination over the items
raw docstring

nowclj

(now)

query-results->paginated-responseclj

(query-results->paginated-response result)
(query-results->paginated-response tf {:keys [last-evaluated-key items] :as e})

transform result of a dynamodb query to a paginated response with keys :cursor and :data. Takes an optional transformation function that will be applied to all items in the result.

transform result of a dynamodb query to a paginated response with
keys :cursor and :data. Takes an optional transformation function
that will be applied to all items in the result.
raw docstring

rand-idclj

(rand-id)

Returns a 128 bit random id (based on UUID) in a short format. It generates a random UUID and then encodes it into base36.

Returns a 128 bit random id (based on UUID) in a short format.
It generates a random UUID and then encodes it into base36.
raw docstring

serializeclj

(serialize val)
(serialize val config)

with-default-errorsclj

(with-default-errors f & args)

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

× close