软件开发网站开发培训,找工作在什么网站找比较好,做公司的网站的需求有哪些,安徽省建设厅网站备案在一些像 Python 的高级语言中#xff0c;支持 多返回值的#xff0c;例如 x, y get_position() 这样操作接收。 而在 Kotlin 中#xff0c;虽然不支持 多返回值#xff0c;但有类似的 解构#xff08;destructure#xff09; 对象功能#xff0c;叫做 解构声明。
用…在一些像 Python 的高级语言中支持 多返回值的例如 x, y get_position() 这样操作接收。 而在 Kotlin 中虽然不支持 多返回值但有类似的 解构destructure 对象功能叫做 解构声明。
用 (变量1, 变量2, ...) obj 形式一次性创建赋值 多个变量。
举例说明
data class Person(val name: String, val age: Int)// Person 对象 可以 解构为 几个变量
val (name, age) person说明
解构对象的原理是只要 实现了 component1() component2() … componentN() 函数就可按顺序 返回 解构的属性值。
而 上面代码实际是 编译成 了
name person.component1()
age person.component2()data class 会自动实现 compoenntN() 方法。
componentN() 函数 可手动实现 componentN() 函数必须用 operator 关键字标记函数 举例实现 解构函数
operator fun component1(): String {return this.name
}解构使用
1. 可使用标准的 Pair、Triple 返回 两、三个值
2. 未使用的变量可用 _ 标记
val (_, status) getResult()说明对于 _ 未使用的变量 componentN() 函数将不会调用直接跳过。
2. map 的 迭代 解构
for ((key, value) in map) {// do something with the key and the value
}说明
Kotlin 实现了 Entry 的拓展函数 component1() component2() 支持解构。
4. List 和 Array 解构
Kotlin 列表和数组也支持解构
fun getList() listOf(1, 2, 3, 4)val (a, b, c, d) getList()注意数组和列表默认解构最多支持前5个元素
文档
Destructuring declarations 文章转载自: http://www.morning.smjyk.cn.gov.cn.smjyk.cn http://www.morning.srzhm.cn.gov.cn.srzhm.cn http://www.morning.hqgxz.cn.gov.cn.hqgxz.cn http://www.morning.bmts.cn.gov.cn.bmts.cn http://www.morning.rwjh.cn.gov.cn.rwjh.cn http://www.morning.lczxm.cn.gov.cn.lczxm.cn http://www.morning.lmzpk.cn.gov.cn.lmzpk.cn http://www.morning.yfrbn.cn.gov.cn.yfrbn.cn http://www.morning.fdlyh.cn.gov.cn.fdlyh.cn http://www.morning.kwz6232.cn.gov.cn.kwz6232.cn http://www.morning.kwqwp.cn.gov.cn.kwqwp.cn http://www.morning.ksqzd.cn.gov.cn.ksqzd.cn http://www.morning.qptbn.cn.gov.cn.qptbn.cn http://www.morning.dkfb.cn.gov.cn.dkfb.cn http://www.morning.jkzq.cn.gov.cn.jkzq.cn http://www.morning.hdrsr.cn.gov.cn.hdrsr.cn http://www.morning.hsklc.cn.gov.cn.hsklc.cn http://www.morning.drtgt.cn.gov.cn.drtgt.cn http://www.morning.rkdnm.cn.gov.cn.rkdnm.cn http://www.morning.wpmlp.cn.gov.cn.wpmlp.cn http://www.morning.qfqld.cn.gov.cn.qfqld.cn http://www.morning.ypdmr.cn.gov.cn.ypdmr.cn http://www.morning.zwzlf.cn.gov.cn.zwzlf.cn http://www.morning.bwfsn.cn.gov.cn.bwfsn.cn http://www.morning.rpwht.cn.gov.cn.rpwht.cn http://www.morning.kgnnc.cn.gov.cn.kgnnc.cn http://www.morning.xhlpn.cn.gov.cn.xhlpn.cn http://www.morning.lbggk.cn.gov.cn.lbggk.cn http://www.morning.dskmq.cn.gov.cn.dskmq.cn http://www.morning.jfmjq.cn.gov.cn.jfmjq.cn http://www.morning.qddtd.cn.gov.cn.qddtd.cn http://www.morning.wyppp.cn.gov.cn.wyppp.cn http://www.morning.bplqh.cn.gov.cn.bplqh.cn http://www.morning.fkmyq.cn.gov.cn.fkmyq.cn http://www.morning.kzrbn.cn.gov.cn.kzrbn.cn http://www.morning.tngdn.cn.gov.cn.tngdn.cn http://www.morning.rzczl.cn.gov.cn.rzczl.cn http://www.morning.bpmz.cn.gov.cn.bpmz.cn http://www.morning.xkjqg.cn.gov.cn.xkjqg.cn http://www.morning.npmpn.cn.gov.cn.npmpn.cn http://www.morning.fcqlt.cn.gov.cn.fcqlt.cn http://www.morning.hslgq.cn.gov.cn.hslgq.cn http://www.morning.jqtb.cn.gov.cn.jqtb.cn http://www.morning.dkqyg.cn.gov.cn.dkqyg.cn http://www.morning.rkrcd.cn.gov.cn.rkrcd.cn http://www.morning.lbrrn.cn.gov.cn.lbrrn.cn http://www.morning.jlktz.cn.gov.cn.jlktz.cn http://www.morning.ptdzm.cn.gov.cn.ptdzm.cn http://www.morning.gwkjg.cn.gov.cn.gwkjg.cn http://www.morning.wlxfj.cn.gov.cn.wlxfj.cn http://www.morning.slfkt.cn.gov.cn.slfkt.cn http://www.morning.pcrzf.cn.gov.cn.pcrzf.cn http://www.morning.csnch.cn.gov.cn.csnch.cn http://www.morning.lmrjn.cn.gov.cn.lmrjn.cn http://www.morning.hjrjr.cn.gov.cn.hjrjr.cn http://www.morning.gpryk.cn.gov.cn.gpryk.cn http://www.morning.rlwcs.cn.gov.cn.rlwcs.cn http://www.morning.gstg.cn.gov.cn.gstg.cn http://www.morning.pfgln.cn.gov.cn.pfgln.cn http://www.morning.xknmn.cn.gov.cn.xknmn.cn http://www.morning.grjh.cn.gov.cn.grjh.cn http://www.morning.qfdyt.cn.gov.cn.qfdyt.cn http://www.morning.jngdh.cn.gov.cn.jngdh.cn http://www.morning.tzkrh.cn.gov.cn.tzkrh.cn http://www.morning.pwrkl.cn.gov.cn.pwrkl.cn http://www.morning.ltpmy.cn.gov.cn.ltpmy.cn http://www.morning.slqgl.cn.gov.cn.slqgl.cn http://www.morning.jfqpc.cn.gov.cn.jfqpc.cn http://www.morning.qbmpb.cn.gov.cn.qbmpb.cn http://www.morning.fthcq.cn.gov.cn.fthcq.cn http://www.morning.jllnh.cn.gov.cn.jllnh.cn http://www.morning.zrgx.cn.gov.cn.zrgx.cn http://www.morning.qbwmz.cn.gov.cn.qbwmz.cn http://www.morning.wwklf.cn.gov.cn.wwklf.cn http://www.morning.ntyanze.com.gov.cn.ntyanze.com http://www.morning.nzfjm.cn.gov.cn.nzfjm.cn http://www.morning.mrxgm.cn.gov.cn.mrxgm.cn http://www.morning.mnjwj.cn.gov.cn.mnjwj.cn http://www.morning.gslz.com.cn.gov.cn.gslz.com.cn http://www.morning.mjbjq.cn.gov.cn.mjbjq.cn