Liking cljdoc? Tell your friends :D

ozjongwon.utils

Clojure DynamoDB client. This experimental project started from Faraday by Peter Taoussanis. Ref. https://github.com/ptaoussanis/faraday (Faraday), http://goo.gl/22QGA (DynamoDBv2 API)

Clojure DynamoDB client. This experimental project started from Faraday by Peter Taoussanis.
Ref. https://github.com/ptaoussanis/faraday (Faraday),
     http://goo.gl/22QGA (DynamoDBv2 API)
raw docstring

bounded-memoizeclj

(bounded-memoize f k)

Return a bounded memoized version of fn 'f' that caches the last 'k' computed values

Return a bounded memoized version of fn 'f'
that caches the last 'k' computed values
raw docstring

doto-condcljmacro

(doto-cond exp & clauses)

My own version of doto-cond

My own version of doto-cond
raw docstring

errorclj

(error x)
(error str map)

hash-map->listclj

(hash-map->list map)

ignore-errorscljmacro

(ignore-errors exp)

lru-cacheclj

(lru-cache max-size)

maphashclj


tx-assertcljmacro

(tx-assert x & message)

type-casecljmacro

(type-case i & clauses)

unwind-protectcljmacro

(unwind-protect protected-form & cleanup-form)

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

× close