LetX<T extends Object> extension

Extension on T to add a run method.

on
  • T

Methods

run<R>(Closure<R?, T> closure) → R?

Available on T, provided by the LetX extension

Extension on T where T extends Object to add a run method.