Kotlin
    class KotlinClosure1<in T, V : Any>(val function: T.() -> V?, owner: Any? = null, thisObject: Any? = null) : Closure<V?> 
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
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