run<R> function

R run<R>(
  1. R block()
)

Implementation

R run<R>(final R Function() block) => block();