Skip to content

Adapt all Seq.crossJoin() methods to make use of SeqBuffer #333

@tlinkowski

Description

@tlinkowski

This is related to #305, where the following Seq methods were declared eligible for reimplementation using SeqBuffer:

As a consequence, the 0.9.13 release has some SeqBuffer-eligible methods that are implemented using SeqBuffer and some that are not.

Expected behavior and actual behavior:

Expected: All Seq.crossJoin() variants are implemented using SeqBuffer.
Actual: All Seq.crossJoin() variants are implements using Seq.toList().

Versions:

  • jOOλ: 0.9.13

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions