OpArraySS

object OpArraySS extends OpArray[Short]
class OpArray[Short]
trait CanTransformValues[Array[Short], Short]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Transforms all values from the given collection.

Transforms all values from the given collection.

Inherited from
OpArray
def transformActive(from: Array[Short], fn: Short => Short): Unit

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

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

Inherited from
OpArray