Skip to content

Replace java.util.List<E> parameters with E[] parameters in method signatures #30

@vruusmann

Description

@vruusmann

This library is developed using the Java language, but the majority of users are working with it using the Scala language.

Method signatures should be "designed" in a way that would eliminate the need for Scala-to-Java type casts and/or conversions. For example, the List type is different/incompatible between these two languages, whereas the array type is the same.

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