ThrowingBiFunction

Like java.util.function.BiFunction but can throw checked exceptions.

Functions

Link copied to clipboard
abstract fun apply(var1: T, var2: U): R