apply abstract method

Result apply(
  1. Out transform(
    1. In
    )
)

Implementation

Result apply(Out Function(In) transform);