Skip to content

Add moduleList() methods to Navigator #402

@erdi

Description

@erdi

With the following signatures:
<T> List<T> moduleList(Class<T extends Module>)
<T> List<T> moduleList(Closure<T extends Module>)

This will add some sugar around creating module lists in a type safe way as currently it's quite verbose. Also, users are used to the moduleList() method and removing it confused them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions