Skip to content

Default constructors for Objects #20

@mrombout

Description

@mrombout

Java uses default constructors for their Objects. Booleans for example has a wide range of constructors that knows how to turns any Object into a boolean. Currently this in DEMUSE this logic is spread all over the classes using the as* methods.

We might want to use a load of implicit convertor functions. Than we could add some internal functions to implicitely call these to turn any Object into say an Boolean object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions