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

Add support for IntStream, LongStream and DoubleStream #44

Closed
minborg opened this issue Aug 11, 2020 · 2 comments
Closed

Add support for IntStream, LongStream and DoubleStream #44

minborg opened this issue Aug 11, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@minborg
Copy link
Contributor

minborg commented Aug 11, 2020

Exception in thread "main" java.lang.UnsupportedOperationException
	at com.speedment.jpastreamer.builder.standard.internal.StreamBuilder.mapToInt(StreamBuilder.java:84)
	at com.speedment.jpastreamer.autoclose.standard.internal.AutoClosingStream.mapToInt(AutoClosingStream.java:64)
	at com.speedment.jpastreamer.demo.internal.MapToInt.main(MapToInt.java:20)
@minborg minborg added the bug Something isn't working label Aug 11, 2020
@minborg
Copy link
Contributor Author

minborg commented Aug 31, 2020

This is a pretty large issue.

@julgus julgus added this to To do in 1.1.4 via automation Sep 1, 2020
@julgus julgus moved this from To do to To do before release in 1.1.4 Sep 1, 2020
@minborg minborg moved this from To do before release to To do in 1.1.4 Sep 16, 2020
@minborg
Copy link
Contributor Author

minborg commented Nov 30, 2020

Here is an example:

   jpaStreamer.stream(sc)
                .sorted(Film$.length.reversed())
                .limit(15)
                .mapToInt(Film$.filmId)
                .forEach(System.out::println);

@minborg minborg added this to the 1.0.0 milestone Dec 10, 2020
@minborg minborg added this to Todo in 1.1.1 Dec 10, 2020
@minborg minborg assigned minborg and unassigned dekmm Dec 10, 2020
@minborg minborg moved this from Todo to Started in 1.1.1 Dec 29, 2020
minborg added a commit that referenced this issue Jan 2, 2021
minborg added a commit that referenced this issue Jan 2, 2021
@minborg minborg moved this from Started to Completed in 1.1.1 Jan 2, 2021
@minborg minborg closed this as completed Jan 2, 2021
1.1.4 automation moved this from To do to Done Jan 2, 2021
@julgus julgus modified the milestones: 1.0.0, 3.0.0 Mar 17, 2023
@julgus julgus removed this from the 3.0.0 milestone Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
1.1.1
Completed
1.1.4
  
Done
Development

No branches or pull requests

3 participants