ObjectAlso<T> extension

on
  • T

Methods

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