Lens

fun interface Lens

A lens transforms a single Snapshot into a new Snapshot, transforming / creating / removing SnapshotValues along the way (tutorial for jvm).

Inheritors

Functions

Link copied to clipboard
abstract fun transform(snapshot: Snapshot): Snapshot