Giter Site home page Giter Site logo

Comments (5)

raquo avatar raquo commented on June 8, 2024

Hey, sorry, somehow I missed this issue's notification! Getting back to working on 15.0.0 now, and just saw it.

Yep I can add a mergeWith operator on streams, not sure why I didn't do that from the start tbh.

Re: naming – concat is typically associated with different semantics in observables so I can't use that for merging. Kinda same for ++ since it's usually associated with concat, plus I'm not a fan for symbolic names in observables – there's just too many ways to combine two streams for ++ to have an obvious meaning (the same is not true for e.g. the collections library because it does not deal with time).

from airstream.

fgoepel avatar fgoepel commented on June 8, 2024

No worries.

Having a mergeWith method sounds good to me. It seems it's called merge in Monix Observable, fs2, and ZIO streams (although I didn't check whether the semantics match exactly), but you may have reasons to diverge.

from airstream.

raquo avatar raquo commented on June 8, 2024

I'm following the naming of our combineWith for consistency. That one just happens to be historical already, I don't think one or the other name is fundamentally better, just don't want to make our big video out of date (text is easy to update, video – not so much). IDE's autocomplete should expose both names equally well anyway.

from airstream.

fgoepel avatar fgoepel commented on June 8, 2024

Fair enough.

from airstream.

raquo avatar raquo commented on June 8, 2024

from airstream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.