Skip to content

Iterator should internally not make use of toStream() anymore #1945

Open
@danieldietrich

Description

@danieldietrich

Instead we should implement stateful Iterators that achieve the same functionality. The reason is memory-efficiency.

  • foldRight(Object, BiFunction)
  • partition(Predicate)
  • reduceRight(BiFunction)
  • slideBy(Function)
  • span(Predicate)
  • unfoldLeft(Object, Function)
  • unzip(Function)
  • unzip3(Function)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions