drainTo

open override fun drainTo(c: MutableCollection<E>): Int
open override fun drainTo(c: MutableCollection<E>, maxElements: Int): Int

Throws