apply<R> method

R apply<R>(
  1. R function(
    1. T
    )
)

Implementation

R apply<R>(R Function(T) function) => function(this);