withGroovyBuilder

inline fun <T> Any.withGroovyBuilder(builder: GroovyBuilderScope.() -> T): T(source)

Executes the given builder against this object's GroovyBuilderScope.

See also