OpArray

class OpArray[@specialized(Double, Int, Float, Long) V, @specialized(Double, Int, Float, Long) RV] extends CanZipMapKeyValues[Array[V], Int, V, RV, Array[RV]]
trait CanZipMapKeyValues[Array[V], Int, V, RV, Array[RV]]
class Object
trait Matchable
class Any
object OpArrayII
object OpArraySS
object OpArrayLL
object OpArrayFF
object OpArrayDD
object OpArrayCC
object OpArrayID
object OpArraySD
object OpArrayLD
object OpArrayFD

Value members

Concrete methods

def map(from: Array[V], from2: Array[V], fn: (Int, V, V) => RV): Array[RV]

Maps all values from the given collection.

Maps all values from the given collection.

override def mapActive(from: Array[V], from2: Array[V], fn: (Int, V, V) => RV): Array[RV]
Definition Classes