ObjectLet<T> extension

on
  • T

Methods

let<T2>(T2 closure(T value)) → T2
Kotlin.also相当の処理を行う. thisをclosureに渡し、処理後にthisを再度返却する.