All Downloads are FREE. Search and download functionalities are using the official Maven repository.

loci.compatibility.ListBuffer.scala Maven / Gradle / Ivy

The newest version!
package loci
package compatibility

import scala.collection.mutable

object listBuffer {
  @inline private[loci] def mapInPlace[T](listBuffer: mutable.ListBuffer[T])(f: T => T) =
    listBuffer transform f
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy