apply<R> method

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

Lets apply with R as return value

Implementation

R apply<R>(R Function() apply) => apply();