CompoundLens

open class CompoundLens : Lens

A lens which makes it easy to pipe data from one facet to another within a snapshot (tutorial for jvm).

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun add(lens: Lens): CompoundLens
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun replaceAll(toReplace: String, replacement: String): CompoundLens
Link copied to clipboard
fun replaceAllRegex(regex: String, replacement: String): CompoundLens
Link copied to clipboard
Link copied to clipboard
open override fun transform(snapshot: Snapshot): Snapshot