scala / 3.1 / scala / collection / arrayops$.html

Object scala.collection.ArrayOps

object ArrayOps

Supertypes
Self type

Classlikes

Source
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.

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/collection/ArrayOps$.html