Function2

fun interface Function2<in I1, in I2, out R>

Functions

Link copied to clipboard
abstract operator fun invoke(input1: I1, input2: I2): R