Liking cljdoc? Tell your friends :D

shyvana.convert


-map->javaclj

(-map->java map)
source

activity->mapclj

(activity->map activity)
source

ConvertibleToMapcljprotocol

->mapclj

(->map o)
source

enriched-activity->mapclj

(enriched-activity->map activity)
source

java->mapclj

(java->map m)
source

map->javaclj

(map->java data)
source

real-collection?clj

(real-collection? datum)

Clojure postwalk iterates over a map as collection of MapEntries. MapEntry is a collection, but we don't want to transform this collection into Java collection. For this reason, when we walk through data, we check for collection not being MapEntry, to avoid destroying maps.

Clojure postwalk iterates over a map as collection of MapEntries. MapEntry
is a collection, but we don't want to transform this collection into Java
collection. For this reason, when we walk through data, we check for collection
not being MapEntry, to avoid destroying maps.
sourceraw docstring

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

× close