Skip to content

Enums should be pure and offer Eq instances #6

@danielkroeni

Description

@danielkroeni

I'm using the following types in my little application and it would be much more convenient if they would be defined as pure:

javafx.scene.input.KeyCode
javafx.geometry.VPos
javafx.scene.text.TextAlignment

And it would be nice if they would come with Eq instances or at least with equals and hashCode bindings.
This applies to most enums.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions