-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document MonoFlatMapToFlux
Refaster rule limitation
#473
Document MonoFlatMapToFlux
Refaster rule limitation
#473
Conversation
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds like an interesting problem 😋.
Added a commit.
@@ -474,6 +474,11 @@ Flux<S> after( | |||
* Flux}. | |||
*/ | |||
abstract static class MonoFlatMapToFlux<T, S> { | |||
// XXX: I'd be more expressive if this `@Placeholder` were replaced with a `Function<? super T, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// XXX: I'd be more expressive if this `@Placeholder` were replaced with a `Function<? super T, | |
// XXX: It'd be more expressive if this `@Placeholder` were replaced with a `Function<? super T, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe writing it out is also fine :).
Looks good. No mutations were possible for these changes. |
ea3b285
to
da82ae0
Compare
Change LGTM :) |
Looks good. No mutations were possible for these changes. |
Suggested commit message:
For those wishing to attach a debugger: the type against which Refaster matches is retrieved here. I suppose that at the place where the binding is stored, we can inspect the lambda expression/method reference and perhaps construct a more accurate type, but that's a rabbit hole I'd rather not jump in right now.