kotlin_scope_function library

Extensions

ObjectE on T

Functions

run(dynamic dealing()) → dynamic
'run' is useful when your lambda contains both the object initialization and the computation of the return value. dealing is a function with an argument it should return a 'value'. the 'value' return by dealing is the return value of let function.