apply

inline fun <This : Any> This.apply(block: ThisBlock<This>): This(source)
inline fun <It> It.apply(block: ItBlock<It>): It(source)