Package-level declarations
Types
Link copied to clipboard
abstract class AbstractDslMutableList<I, O>(initial: MutableList<I> = mutableListOf()) : AbstractMutableList<O> , DslReplaceableList<O>
An abstract class that provides a mutable list DSL implementation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extension of ValueDsl that adds locking functionality to prevent further modifications.