Skip to content

能否支持自定义中间操作 #2

@nasodaengineer

Description

@nasodaengineer

就像JEP 473: Stream Gatherers,看了Gather的接口,没想到怎么实现这样的效果:

source.gather(a).gather(b).gather(c).collect(...)
is equivalent to
source.gather(a.andThen(b).andThen(c)).collect(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions