ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / kotlin.collections.MutableList

Extensions for 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>