Skip to content

Support Consumer<RTreeEntry[A]> as alternative to returning a Seq? #388

Open
@RichMacDonald

Description

@RichMacDonald

Thank you for this tool. Very useful. I am using it from Java.

For the methods that return a Seq<RTreeEntry>, it would be nice to have corresponding methods that accept an additional Consumer<RTreeEntry> argument and return void.

That would avoid the memory allocation of a large List/Seq when possible. Possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions