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
abstract class LockableValueDsl : ValueDsl

Extension of ValueDsl that adds locking functionality to prevent further modifications.

Link copied to clipboard
abstract class ValueDsl

Base class providing DSL property delegates for value handling, including transformation, validation, and list management.