apply abstract method

$R apply(
  1. List<$E> transform(
    1. List<$E>
    )
)

Applies any transformer function on the value

Implementation

$R apply(List<$E> Function(List<$E>) transform);