CanMapValues

UFunc for being able to map the keys and values in a value collection to new values.

Companion:
object
class Object
trait Matchable
class Any
trait DenseCanMapValues[From, V, V2, To]
class OpArray[A, B]
object OpArrayCC.type
object OpArrayDD.type
object OpArrayFD.type
object OpArrayFF.type
object OpArrayID.type
object OpArrayII.type
object OpArrayLD.type
object OpArrayLL.type
object OpArraySD.type
object OpArraySS.type

Value members

Abstract methods

def map(from: From, fn: V => V2): To
def mapActive(from: From, fn: V => V2): To