apply abstract method

$R apply(
  1. Map<$K, $V> transform(
    1. Map<$K, $V>
    )
)

Applies any transformer function on the value

Implementation

$R apply(Map<$K, $V> Function(Map<$K, $V>) transform);