Liking cljdoc? Tell your friends :D

om.next.server


dispatchclj

(dispatch _ key _)

Helper function for implementing :read and :mutate as multimethods. Use this as the dispatch-fn.

Helper function for implementing :read and :mutate as multimethods. Use this
as the dispatch-fn.
sourceraw docstring

parserclj

(parser opts)

Create a parser. The argument is a map of two keys, :read and :mutate. Both functions should have the signature (Env -> Key -> Params -> ParseResult).

Create a parser. The argument is a map of two keys, :read and :mutate. Both
functions should have the signature (Env -> Key -> Params -> ParseResult).
sourceraw docstring

readerclj

(reader in)
(reader in opts)

Create a Om Next transit reader. This reader can handler the tempid type. Can pass transit reader customization opts map.

Create a Om Next transit reader. This reader can handler the tempid type.
Can pass transit reader customization opts map.
sourceraw docstring

writerclj

(writer out)
(writer out opts)

Create a Om Next transit reader. This writer can handler the tempid type. Can pass transit writer customization opts map.

Create a Om Next transit reader. This writer can handler the tempid type.
Can pass transit writer customization opts map.
sourceraw docstring

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

× close