Skip to content

Change Iterator to Iterable in AtomFilter #3

@eriq-augustine

Description

@eriq-augustine

AtomFilter has a method: Iterator filter(Iterator), but this causes some messy code downstream.
Ideally, it should instead be Iterable filter(Iterable). Then we can use foreach loops and not have to hold the Iterator while working with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions