apply abstract method

T apply(
  1. T value
)

Applies the transformation to the given value.

Implementation

T apply(T value);