Consumer

fun interface Consumer<T>

Reimplementation of the Java SDK's java.util.function.Consumer that isn't supported across all Android API levels.

Functions

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

Method to receive the values to consume.