Configurable

interface Configurable<T>(source)

An object that can be configured with a Groovy closure.

Since

0.9

Parameters

<T>

the closure return type.

Inheritors

Functions

Link copied to clipboard
abstract fun configure(cl: Closure): T
Configure.