Open smaldini opened 8 years ago
Signatures:
PublisherBase<Long> : <T> PublisherBase#findIndex(T)
PublisherBase<Long> : <T> 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, e.g. -1L.
onError(NoSuchElementException)
1L
Signatures:
PublisherBase<Long> : <T> PublisherBase#findIndex(T)
PublisherBase<Long> : <T> 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, e.g. -1L
.