加载中
kotlin delegated class and property

open class BusinessObject( private val map: Map<String, Any?> = mutableMapOf() ) : Map<String, Any?> by map { val id: Int? by lazy { map["id"]?.let { it as Int } } }...

2017/09/29 14:42
72

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部