Class Operator<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>
    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
      boolean test​(org.eclipse.microprofile.reactive.streams.operators.spi.Stage s)  
      • 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
    • Method Detail

      • test

        public boolean test​(org.eclipse.microprofile.reactive.streams.operators.spi.Stage s)
        Specified by:
        test in interface java.util.function.Predicate<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>