Consumer

fun interface Consumer<V>

Interface for consuming values.

Inheritors

Functions

Link copied to clipboard
abstract fun accept(value: V)