Helper functions for working with transducers.
Helper functions for working with transducers.
(fake-kv-store init)
Creates an instance of org.apache.kafka.streams.state.KeyValueStore with overrides for get and put.
Creates an instance of org.apache.kafka.streams.state.KeyValueStore with overrides for get and put.
(kv-store-swap-fn store f m)
Takes an instance of KeyValueStore, a function f, and map m, and
updates the store in a manner similar to clojure.core/swap!
.
Takes an instance of KeyValueStore, a function f, and map m, and updates the store in a manner similar to `clojure.core/swap!`.
(value-transformer xf)
Creates an instance of org.apache.kafka.streams.kstream.ValueTransformer with overrides for init, transform, and close.
Creates an instance of org.apache.kafka.streams.kstream.ValueTransformer with overrides for init, transform, and close.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close