Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

All "plural" interfaces should extend Stream<T> #200

Open
llorllale opened this issue May 29, 2018 · 0 comments
Open

All "plural" interfaces should extend Stream<T> #200

llorllale opened this issue May 29, 2018 · 0 comments

Comments

@llorllale
Copy link
Owner

For example, there is an unnecessary step in the following code:

youtrack.projects().stream().filter(...).findAny();

This should be:

youtrack.projects().filter(...).findAny();

We would need an internal StreamEnvelope.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant