| Sep | OCT | Nov |
| 03 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
|
The (important) method |
|
The text was updated successfully, but these errors were encountered: |
Java: Add models for java.util.stream.
3dcb6d2
| "java.util.stream;Stream;false;sorted;(Comparator);;Element of Argument[-1];Parameter[0..1] of Argument[0];value", | ||
| "java.util.stream;Stream;false;takeWhile;(Predicate);;Element of Argument[-1];Parameter[0] of Argument[0];value", | ||
| "java.util.stream;Stream;false;takeWhile;(Predicate);;Element of Argument[-1];Element of ReturnValue;value", | ||
| "java.util.stream;Stream;false;toArray;;;Element of Argument[-1];ArrayElement of ReturnValue;value" |
Stream#toList?
There are also the new mapMulti methods added in Java 16.
Sorry, something went wrong.
Contributor AuthorSorry, something went wrong.
| "java.util.stream;BaseStream;false;iterator;();;Element of Argument[-1];Element of ReturnValue;value", | ||
| "java.util.stream;BaseStream;false;onClose;(Runnable);;Element of Argument[-1];Element of ReturnValue;value", | ||
| "java.util.stream;BaseStream;false;parallel;();;Element of Argument[-1];Element of ReturnValue;value", | ||
| "java.util.stream;BaseStream;false;sequential;();;Element of Argument[-1];Element of ReturnValue;value", | ||
| "java.util.stream;BaseStream;false;spliterator;();;Element of Argument[-1];Element of ReturnValue;value", | ||
| "java.util.stream;BaseStream;false;unordered;();;Element of Argument[-1];Element of ReturnValue;value", |
DoubleStream, IntStream and LongStream seem to override some of these methods.
Also, is subtypes=true needed to consider parameterized types of these generic types?
Sorry, something went wrong.
Contributor Authorsubtypes is actually a bad name for this column - overrides is the better name. The confusion between the two names is due to a change in the interpretation of the column that was actually a bug fix. Parameterized types shouldn't be an issue and doesn't need overrides=true, but you are right that we'll likely want to include overrides here when there indeed are relevant overridden methods to consider. Thanks.
Sorry, something went wrong.
aschackmull added 2commits
Java: Add Stream::mapMulti* and Stream::toList.
c9f615d
Java: Include stream method overrides.
ef7f433
Contributor
Author
|
The 1] of Argument[0] -> Element of Parameter[1] of Argument[0]
Element of Parameter[1] of Argument[0] -> Element of ReturnValue
">
which should then synthesise |
Sorry, something went wrong.
Java: Adjust csv validation.
1c44040
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At least 1 approving review is required to merge this pull request.
No one assigned Labels Java No milestoneSuccessfully merging this pull request may close these issues.
None yet
3 participants Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. ●© 2021 GitHub, Inc. ●Terms ●Privacy ●Security ●Status ●Docs ●Contact GitHub ●Pricing ●API ●Training ●Blog ●About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.