mug icon indicating copy to clipboard operation
mug copied to clipboard

Adding filter and skipIf methods with an entry predicate for BiStream class

Open d-william opened this issue 1 year ago • 2 comments

Similar to methods filter and skipIf with bi predicate

d-william avatar Oct 07 '24 20:10 d-william

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Oct 07 '24 20:10 google-cla[bot]

If you have a BiStream and would like to treat it as a Stream<Entry>, consider to call .mapToObj(Map::entry) ?

The main motivation behind BiStream is that you don't have to deal with entries.

Or can you clarify the use case where existing filter() aren't sufficient?

fluentfuture avatar Oct 19 '24 17:10 fluentfuture