trait
Foreach[+A] extends api.Api.Any
Abstract Value Members
-
abstract
def
foreach(f: (A) ⇒ Api.Unit): Api.Unit
-
abstract
def
getClass(): Class[_]
-
abstract
def
size: Size
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
Foreach is the common parent of View and Each.
A View always wraps an indeterminate number of Views and a single Each which provides the original basis. An Each may be composed from smaller Eaches but is otherwise atomic. The size of an Each is known, the size of a View may not be.