文件名称:KotlinDeepMutation:替换嵌套数据类结构中更深的字段的实用程序
文件大小:72KB
文件格式:ZIP
更新时间:2024-05-02 20:26:30
Kotlin
深层突变 用来替换嵌套Kotlin数据类结构中更深的字段的实用程序。 用法 取代栏位 val newUser = oldUser .mutate { ::userInfo } .then { ::company } .then { ::addresses } .then { ::secondary } .then { ::streetName } .replaceWith( " Joe Dassin " ) 转换场 val newUser = oldUser .mutate { ::userInfo } .then { ::homes } .then { ::principal } .then { ::pets } .tranform { plus(newPet) } :warning: 仅适用于数据类
【文件预览】:
KotlinDeepMutation-main
----gradlew(6KB)
----settings.gradle(42B)
----.github()
--------workflows()
----src()
--------test()
--------main()
----.idea()
--------misc.xml(472B)
--------compiler.xml(169B)
--------gradle.xml(579B)
--------codeStyles()
--------jarRepositories.xml(839B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(644B)
----gradlew.bat(3KB)
----gradle.properties(26B)
----.gitignore(177B)
----build.gradle(418B)