Liking cljdoc? Tell your friends :D

morph.core


dates->jodaclj

(dates->joda m)

Transform all the java.util.Date objects in an arbitrarily nested structure into org.joda.time.DateTime objects.

Transform all the java.util.Date objects in an arbitrarily nested
structure into org.joda.time.DateTime objects.
sourceraw docstring

joda->datesclj

(joda->dates m)

Transform all the org.joda.time.DateTime objects in an arbitrarily nested structure into java.util.Date objects.

Transform all the org.joda.time.DateTime objects in an arbitrarily
nested structure into java.util.Date objects.
sourceraw docstring

keys->camelCaseclj

source

keys->kebab-caseclj

source

keys->PascalCaseclj

source

keys->snake_caseclj

source

LEAF-NODESclj

A Specter path for recursively selecting all the map values in a deeply nested structure. Note that this also matches values within non-map collections.

A Specter path for recursively selecting all the map values in a
deeply nested structure. Note that this also matches values within non-map
collections.
sourceraw docstring

RECURSIVE-MAP-KEYSclj

A Specter path for recursively selecting all the map keys in a deeply nested structure.

A Specter path for recursively selecting all the map keys in a deeply
nested structure.
sourceraw docstring

RECURSIVE-MAP-VALSclj

A Specter path for recursively selecting all the map values in a deeply nested structure. This matches maps in non-map collections, but not values in non-map collections.

A Specter path for recursively selecting all the map values in a
deeply nested structure. This matches maps in non-map collections, but not
values in non-map collections.
sourceraw docstring

RECURSIVE-MAPSclj

A Specter path for recursively selecting all the maps in a deeply nested structure.

A Specter path for recursively selecting all the maps in a deeply
nested structure.
sourceraw docstring

transform-keyscljmultimethod

(transform-keys f coll)
(transform-keys pred f coll)
(transform-keys pred f mappings coll)

Transform keys in all nested structures recursively. The coll argument may be a collection or a map.

Transform keys in all nested structures recursively. The `coll`
argument may be a collection or a map.
sourceraw docstring

transform-valscljmultimethod

(transform-vals f coll)
(transform-vals pred f coll)

Transform keys in all nested structures recursively. The coll argument may be a collection or a map.

Transform keys in all nested structures recursively. The `coll`
argument may be a collection or a map.
sourceraw docstring

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

× close