Skip to content

Consider change of in() API #205

@Mobe91

Description

@Mobe91

Currently, one of the signatures for in() is public T in(List<?> values);

The usage of java.util.List at this point as an unnecessary restriction and we should think about generalizing this to public T in(Collection<?> values)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions