Skip to content

Map builders do not expose methods to add elements without tupling #7

Open
@NthPortal

Description

@NthPortal

Scala 2.13.x

As noted by @smarter here, builders for Maps just use the regular Builder interface, and do not expose a way to add elements without creating tuples. However, several of the implementations (which are not publicly accessible) do have addOne methods taking key and value parameters.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions