-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Milestone
Description
Looks like some of the ReactiveStreamsFactory based sources do not have a Stage equivalent:
empty-> could be mimicked withStage.Ofreturning an empty collection, but less efficientof(T)-> could be mimicked withStage.Ofreturning an empty collection, but less efficientof(T...)-> could be mimicked withStage.Ofreturning an empty collection, but less efficientiterate-> could be mimicked withStage.Of, but less efficientgenerate-> could be mimicked withStage.Of, but less efficientforEachignore-> there is aStage.Cancelthoughreduce(T, BinaryOperator)-> there isFindFirstthoughreduce(BinaryOperator)collect(Supplier, BiConsumer)-> there isCollectwithjava.util.stream.CollectorthoughtoList-> could be mimicked viaCollect, but it is inefficient into(SubscriberBuilder)-> is thisStage.SubscriberStagetoo, ignoring theCompletionStage?via(ProcessorBuilder)-> is thisStage.ProcessorStagetoo?
Metadata
Metadata
Assignees
Labels
No labels