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

kotlin.hashcode.mustache Maven / Gradle / Ivy

There is a newer version: 0.118
Show newest version
    override fun hashCode(): Int = {{#baseClass}}super.hashCode(){{#nonBaseProperties}} xor
            {{&kotlinName}}.hashCode(){{/nonBaseProperties}}{{/baseClass}}{{^baseClass}}{{#properties}}{{^baseProperty}}
            {{&kotlinName}}.hashCode(){{^last}} xor{{/last}}{{/baseProperty}}{{/properties}}{{^properties}}0{{/properties}}{{/baseClass}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy