All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.kotlin.copy.mustache Maven / Gradle / Ivy

There is a newer version: 0.113
Show newest version
{{&indent}}    {{#derivedClasses}}{{#first}}open {{/first}}{{/derivedClasses}}{{#hasBaseClassWithProperties}}{{^hasNonBaseProperties}}override {{/hasNonBaseProperties}}{{/hasBaseClassWithProperties}}fun copy(
{{#properties}}{{&indent}}        {{&kotlinName}}: {{>type}}{{!
}}{{^hasBaseClassWithProperties}}{{!
}} = this.{{&kotlinName}}{{^nullable}}{{#baseProperty}}{{#nullable}}!!{{/nullable}}{{/baseProperty}}{{/nullable}}{{!
}}{{/hasBaseClassWithProperties}}{{!
}}{{#hasBaseClassWithProperties}}{{#hasNonBaseProperties}}{{!
}} = this.{{&kotlinName}}{{/hasNonBaseProperties}}{{/hasBaseClassWithProperties}}{{!
}}{{^last}},{{/last}}
{{/properties}}{{&indent}}    ) = {{&className}}({{#properties}}{{&kotlinName}}{{^last}}, {{/last}}{{/properties}})




© 2015 - 2025 Weber Informatics LLC | Privacy Policy