Skip to content

Support for collections #1

@pcejrowski

Description

@pcejrowski

At least 3 additional types should be supported: Seq, List, Map to allow users to add single entries, i.e. for

@builder case class Foo(ints: Seq[Int])

user should be able to invoke

.withInts(ints: Seq[Int])

or

.withInts(int: Int, ints: Int*)

or just append to that collection

.appendInt(int: Int)

so that append can be invoked multiple times.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions