Modifier

interface Modifier<T>

A modifier changes the value of a Value.

Properties

Link copied to clipboard
abstract val value: Value<T>

Functions

Link copied to clipboard
abstract fun modify(current: T): T