reactive-streams-commons icon indicating copy to clipboard operation
reactive-streams-commons copied to clipboard

A joint research effort for building highly optimized Reactive-Streams compliant operators.

Results 13 reactive-streams-commons issues
Sort by recently updated
recently updated
newest added

Everything that can be done pre-assembly or during assembly

enhancement

Signatures: - `PublisherBase : PublisherBase#findIndex(T)` - `PublisherBase : PublisherBase#findIndex(T, long)` Return a position relative to the sequence observed when element is found. Might `onError(NoSuchElementException)` or use the fallback argument long,...

feature-request