Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions