LetExtension<Object, R> extension

on
  • Object

Methods

also(void function(Object)) → Object

Available on Object, provided by the LetExtension extension

let(R function(Object)) → R

Available on Object, provided by the LetExtension extension

letAsync(Future<R> function(Object)) Future<R>

Available on Object, provided by the LetExtension extension

run(R function()) → R

Available on Object, provided by the LetExtension extension