OpArray

class OpArray[@specialized(Double, Int, Float, Long) V, @specialized(Double, Int, Float, Long) RV] extends CanZipMapValues[Array[V], V, RV, Array[RV]]
trait CanZipMapValues[Array[V], 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: (V, V) => RV): Array[RV]

Maps all values from the given collection.

Maps all values from the given collection.