ThrowingConsumer

fun interface ThrowingConsumer<T>

A function Consumer that can throw any checked exception.

Functions

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