trait
ConstArrayOp[+T] extends Any
Abstract Value Members
-
abstract
def
foreach[R](f: (T) ⇒ R): Unit
-
abstract
def
getClass(): Class[_]
-
abstract
def
map[R](f: (T) ⇒ R): ConstArray[R]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (ConstArrayOp[T], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
ensuring(cond: (ConstArrayOp[T]) ⇒ Boolean, msg: ⇒ Any): ConstArrayOp[T]
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ConstArrayOp[T]
-
def
ensuring(cond: Boolean): ConstArrayOp[T]
-
def
equals(arg0: Any): Boolean
-
-
def
formatted(fmtstr: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
A lazy operation on a ConstArray, produced by
withFilter
,zip
,zipWithIndex
andConstArrayOp.from(Range)
.