Modifier

fun interface Modifier<in I, out O>

Functions

Link copied to clipboard
abstract fun modify(input: I): O