KotlinClosure3

constructor(function: (T, U, V) -> R?, owner: Any? = null, thisObject: Any? = null)(source)

Parameters

T

the type of the first argument.

U

the type of the second argument.

V

the type of the third argument.

R

the return type.

function

the function to be adapted.

owner

optional owner of the Closure.

thisObject

optional this Object of the Closure.