Class Operator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
- java.lang.Object
-
- io.smallrye.mutiny.streams.operators.Operator<T>
-
- All Implemented Interfaces:
java.util.function.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 java.lang.Object implements java.util.function.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)
-
-
-
Method Detail
-
test
public boolean test(org.eclipse.microprofile.reactive.streams.operators.spi.Stage s)
- Specified by:
testin interfacejava.util.function.Predicate<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
-
-