OpArray

class OpArray[@specialized(Double, Int, Float, Long) A] extends CanTransformValues[Array[A], A]
trait CanTransformValues[Array[A], A]
class Object
trait Matchable
class Any
object OpArrayII
object OpArraySS
object OpArrayLL
object OpArrayFF
object OpArrayDD
object OpArrayCC

Value members

Concrete methods

def transform(from: Array[A], fn: A => A): Unit

Transforms all values from the given collection.

Transforms all values from the given collection.

def transformActive(from: Array[A], fn: A => A): Unit

Transforms all active key-value pairs from the given collection.

Transforms all active key-value pairs from the given collection.