AbstractDslMutableList

constructor(initial: MutableList<I> = mutableListOf())(source)

Parameters

I

The original type of the elements in the list.

O

The output type of the elements in the list after transformation.