Liking cljdoc? Tell your friends :D

steffan-westcott.clj-otel.api.value

Conversion protocols supporting io.opentelemetry.api.common.Value.

Conversion protocols supporting `io.opentelemetry.api.common.Value`.
raw docstring

AsValuecljprotocol

wrapclj

(wrap x)

Returns io.opentelemetry.api.common.Value instance containing value x, where x is a string, keyword, boolean, long, double, byte array, map, or seqable coll. x may have nested structure. Keywords and map keys are transformed to strings.

Returns `io.opentelemetry.api.common.Value` instance containing value `x`,
where `x` is a string, keyword, boolean, long, double, byte array, map, or
seqable coll. `x` may have nested structure. Keywords and map keys are
transformed to strings.
source

Valuecljprotocol

unwrapclj

(unwrap v)

Returns value contained in v.

Returns value contained in v.
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close