Skip to content
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

!str #19698 Remove tuple from Java API Source signatures #19699

Conversation

johanandren
Copy link
Member

Refs #19698

@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed validating PR is currently being validated by Jenkins labels Feb 5, 2016
@akka-ci
Copy link

akka-ci commented Feb 5, 2016

Test PASSed.

new Source(
scaladsl.Source.unfoldAsync(s)(
(s: S) ⇒ f.apply(s).toScala.map(_.asScala)(akka.dispatch.ExecutionContexts.sameThreadExecutionContext)))
(s: S) ⇒ f.apply(s).toScala.map(_.asScala.map(_.toScala))(akka.dispatch.ExecutionContexts.sameThreadExecutionContext)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MY EYES

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one goes to eleven.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #19707 and will let this PR be just about the signature since streams becomes non-experimental with 2.4.2 and we need to get the interfaces right.

rkuhn added a commit that referenced this pull request Feb 8, 2016
…java-source-johanandren

!str #19698 Remove tuple from Java API Source signatures
@rkuhn rkuhn merged commit f817130 into akka:master Feb 8, 2016
johanandren added a commit to johanandren/akka that referenced this pull request Feb 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants