IOFunction

fun interface IOFunction<T, R>

A Function that may throw an IOException (functional interface).

Functions

Link copied to clipboard
abstract fun apply(t: T): R

Applies this function to the given argument t.