Kotlin Closure1
class KotlinClosure1<in T, V : Any>(val function: T.() -> V?, owner: Any? = null, thisObject: Any? = null) : Closure<V?> (source)
Adapts an unary Kotlin function to an unary Groovy Closure.
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.
this Object
optional this Object of the Closure.
See also
Closure
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard