Camera

fun interface Camera<Subject>

A camera transforms a subject of a specific type into a Snapshot (tutorial for jvm).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun snapshot(subject: Subject): Snapshot
Link copied to clipboard
open fun withLens(lens: Lens): Camera<Subject>