KotlinClosure1

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

Parameters

T

the type of the single argument to the closure.

V

the return type.

function

the function to be adapted.

owner

optional owner of the Closure.

thisObject

optional this Object of the Closure.