ArrayOps

scala.collection.ArrayOps
See theArrayOps companion class
object ArrayOps

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArrayOps.type

Members list

Type members

Classlikes

class WithFilter[A](p: A -> Boolean, xs: Array[A])

A lazy filtered array. No filtering is applied until one of foreach, map or flatMap is called.

A lazy filtered array. No filtering is applied until one of foreach, map or flatMap is called.

Attributes

Supertypes
class Object
trait Matchable
class Any