Skip to content

Use Strategy/ProcessorList for filtered instances as well #23

@jangalinski

Description

@jangalinski

Current implementation only works for unbound strategies and processors, when filterIsInstance is applied, we continue with an generic list and use extension functions on those lists to execute the code.

Better: generalise the concept of value class lists and let filter return an instance of that new list type which does not need extension functions but provides executeAll/Single directly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions