apply method
$R
apply(
- $T transform(
- $T
Applies any transformer function on the value
Implementation
$R apply($T Function($T) transform) => $then(transform($value));
Applies any transformer function on the value
$R apply($T Function($T) transform) => $then(transform($value));