ArrayOps

scala.collection.ArrayOps
See theArrayOps companion class
object ArrayOps

Attributes

Companion
class
Source
ArrayOps.scala
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.

Type parameters

A

the element type of the array

Value parameters

p

the filter predicate applied to each element

xs

the underlying array being filtered

Attributes

Source
ArrayOps.scala
Supertypes
class Object
trait Matchable
class Any