Class PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>

  • All Implemented Interfaces:
    java.util.function.Predicate<org.eclipse.microprofile.reactive.streams.operators.spi.Stage>

    public class PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
    extends Operator<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PublisherStage create​(Engine engine, T stage)  
      • Methods inherited from class io.smallrye.mutiny.streams.operators.Operator

        test
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or