Utils

orcus.internal.Utils
object Utils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Utils.type

Members list

Value members

Concrete methods

def toIterator[A](list: List[A]): Iterator[A]
def toJavaList[A](list: Seq[A]): List[A]
def toList[A](a: List[A]): List[A]
def toMap[K, V](a: Map[K, V]): Map[K, V]
def toSeq[A](list: List[A]): Seq[A]