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

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

There is a newer version: 0.113
Show newest version
{{#hasBaseClassWithProperties}}{{^nonBaseProperties}}{{&indent}}    @Suppress("unused")
{{/nonBaseProperties}}{{/hasBaseClassWithProperties}}{{!
}}{{&indent}}    override fun hashCode(): Int ={{#hasBaseClassWithProperties}} super.hashCode(){{#nonBaseProperties}} xor
{{&indent}}            {{&kotlinName}}.hashCode(){{/nonBaseProperties}}{{/hasBaseClassWithProperties}}{{^hasBaseClassWithProperties}}{{#properties}}{{^baseProperty}}
{{&indent}}            {{&kotlinName}}.hashCode(){{^last}} xor{{/last}}{{/baseProperty}}{{/properties}}{{^properties}}0{{/properties}}{{/hasBaseClassWithProperties}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy