Uses of Interface
org.eclipse.microprofile.reactive.streams.operators.PeekingOperators
Packages that use PeekingOperators
Package
Description
MicroProfile Reactive Streams Operators.
-
Uses of PeekingOperators in org.eclipse.microprofile.reactive.streams.operators
Subinterfaces of PeekingOperators in org.eclipse.microprofile.reactive.streams.operatorsModifier and TypeInterfaceDescriptioninterfaceProcessorBuilder<T,R> A builder for aProcessor.interfaceA builder for aPublisher.Methods in org.eclipse.microprofile.reactive.streams.operators that return PeekingOperatorsModifier and TypeMethodDescriptionPeekingOperators.onComplete(Runnable action) Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes.Returns a stream containing all the elements from this stream, additionally performing the provided action if this stream conveys an error.PeekingOperators.onTerminate(Runnable action) Returns a stream containing all the elements from this stream, additionally performing the provided action when this stream completes or failed.Returns a stream containing all the elements from this stream, additionally performing the provided action on each element.