Class Operator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
- java.lang.Object
-
- io.smallrye.reactive.streams.operators.Operator<T>
-
- All Implemented Interfaces:
Predicate<org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
- Direct Known Subclasses:
ProcessorOperator,PublisherOperator,TerminalOperator
public class Operator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> extends Object implements Predicate<org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(org.eclipse.microprofile.reactive.streams.operators.spi.Stage s)
-