Liking cljdoc? Tell your friends :D

missinterpret.storage.utils.core


file-values->uri-stringclj

(file-values->uri-string m)

Postwalk's a map to replace all file values with string uris

Postwalk's a map to replace all file values with string uris
raw docstring

input-stream->byte-arrayclj

(input-stream->byte-array in)

input-stream?clj

(input-stream? in)

slurp-input-streamclj

(slurp-input-stream is)

strip-nilclj

(strip-nil m)

Strips any keys with nil values from a map

Strips any keys with nil values from a map
raw docstring

strip-nsclj

(strip-ns m)

Strips the namespace from all top-level keys in a map

Strips the namespace from all top-level
keys in a map
raw docstring

to-input-streamclj

(to-input-stream data)

Converts data to an input stream when there is a conversion path. Returns the data unchanged otherwise.

Converts data to an input stream when there is a conversion path.
Returns the data unchanged otherwise.
raw docstring

to-uriclj

(to-uri x)

upsert-nsclj

(upsert-ns m namespace-name)

Adds or replaces the namespace of all top-level keys in a map

Adds or replaces the namespace of all top-level
keys in a map
raw docstring

uri-inst?clj

(uri-inst? uri)

uri-matches?clj

(uri-matches? uri protocol)

uri?clj

(uri? uri)

when-let*cljmacro

(when-let* bindings & body)

xf-sortclj

(xf-sort)
(xf-sort cmp)

A sorting transducer. Mostly a syntactic improvement to allow composition of sorting with the standard transducers, but also provides a slight performance increase over transducing, sorting, and then continuing to transduce.

A sorting transducer. Mostly a syntactic improvement to allow composition of
sorting with the standard transducers, but also provides a slight performance
increase over transducing, sorting, and then continuing to transduce.
raw docstring

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

× close