Uses of Class
io.helidon.common.reactive.MultiDropWhileProcessor
-
-
Uses of MultiDropWhileProcessor in io.helidon.common.reactive
Methods in io.helidon.common.reactive that return MultiDropWhileProcessor Modifier and Type Method Description static <T> MultiDropWhileProcessor<T>MultiDropWhileProcessor. create(Predicate<T> predicate)Drop the longest prefix of elements from this stream that satisfy the given predicate.
-