Skip to content

Factory Methods That Allow For Intermediate Code To Execute And/Or Conditionally Fire An Observable When Bridging Between .NET Events and Observables #3317

Discussion options

You must be logged in to vote

I would checkout https://github.com/reactivemarbles/ObservableEvents for generating those observable events.

In terms of conditional, you can combine them together with .CombineLatest( or Merge( and then do a .Where( for your conditional logic.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nspoentgenIllumina
Comment options

@glennawatson
Comment options

Answer selected by nspoentgenIllumina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants