Packages

object Utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def toIterator[A](list: List[A]): Iterator[A]
    Annotations
    @inline()
  2. def toJavaList[A](list: Seq[A]): List[A]
    Annotations
    @inline()
  3. def toList[A](a: List[A]): List[A]
    Annotations
    @inline()
  4. def toMap[K, V](a: Map[K, V]): Map[K, V]
    Annotations
    @inline()
  5. def toSeq[A](list: List[A]): Seq[A]
    Annotations
    @inline()