Class Stages


  • public class Stages
    extends java.lang.Object
    Allows looking for the Operator for a given Stage.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
      Operator<T>
      lookup​(T stage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • lookup

        public static <T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> Operator<T> lookup​(T stage)