Liking cljdoc? Tell your friends :D

delta-sharing.util

Delta-sharing API utilities

Delta-sharing API utilities
raw docstring

->kebab-keywordclj

(->kebab-keyword s)

Return a kebab cased keyword.

Return a kebab cased keyword.
sourceraw docstring

assoc-someclj

(assoc-some m & kvs)

Associates one or more key-value pairs to the given map as long as value is non-nil.

Associates one or more key-value pairs to the given map as long as
value is non-nil.
sourceraw docstring

camelify-keysclj

(camelify-keys data)

Converts kebab cased clojure keywords or strings into camelcased strings.

Converts kebab cased clojure keywords or strings into camelcased strings.
sourceraw docstring

kebab->camelCaseclj

(kebab->camelCase s)

Return a camelcased version of the kebab-cased input string where all the words separated by - are combined into a camelCased format. Examples:

  1. 'foo-bar' => 'fooBar'
  2. 'foo-barBaz' => 'foo-Barbaz'
Return a camelcased version of the kebab-cased input string where all the words
separated by `-` are combined into a camelCased format.
Examples: 
1. 'foo-bar' => 'fooBar'
2. 'foo-barBaz' => 'foo-Barbaz'
sourceraw docstring

unveilclj

(unveil x)
source

veilclj

(veil x)
source

walk-keysclj

(walk-keys data f)

Update the provided data structure by calling f on each map key.

Update the provided data structure by calling `f` on each map key.
sourceraw docstring

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

× close