bokidoki/blog-comment

Kotlin语法糖 Part2 | Dreamweaver

Opened this issue · 0 comments

http://localhost:4000/2019/03/30/Kotlin%E8%AF%AD%E6%B3%95%E7%B3%96Part2/

前言在第一章中,我们学会了如何使用sealed classes,以及when()配合Pair或Triple使用做多重条件判断。 在这一章中,我想跟大家分享一下with()和inline reified的基本使用。
使用with()函数