TraversableOnceAdapters

fm.common.TraversableOnceAdapters
See theTraversableOnceAdapters companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TraversableOnce.type

Members list

Concise view

Implicits

Implicits

implicit def toIterableOnceAdapter[A](self: IterableOnce[A]): IterableOnceAdapter[A]
implicit def toIterableOnceFunction1Adapter[A, B](self: A => IterableOnce[B]): A => TraversableOnce[B]
implicit def toIteratorAdapter[A](self: Iterator[A]): IteratorAdapter[A]