Web-based responsive document annotation tool
activeannoservice / common / kotlin.collections.MutableList
| Name | Summary |
|---|---|
| mapInPlace | Extension function to map a mutable list in place by using an iteratorfun <T> MutableList<T>.mapInPlace(mutator: (T) -> T): MutableList<T> |