Snapshot

data class Snapshot

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A sorted immutable map of extra values.

Link copied to clipboard

Functions

Link copied to clipboard

Returns all values in the snapshot, including the root, in a single map, with the root having key "".

Link copied to clipboard
fun plusFacet(key: String, value: ByteArray): Snapshot
fun plusFacet(key: String, value: String): Snapshot
Link copied to clipboard

Adds or replaces the given facet or subject (subject is key="").

Link copied to clipboard
Link copied to clipboard

Retrieves the given facet or subject (subject is key="").

Link copied to clipboard
open override fun toString(): String