Class MultiOnCancellationSpy<T>

  • All Implemented Interfaces:
    Multi<T>, org.reactivestreams.Publisher<T>

    public class MultiOnCancellationSpy<T>
    extends AbstractMultiOperator<T,​T>
    • Method Detail

      • isCancelled

        public boolean isCancelled()
      • toString

        public java.lang.String toString()
      • assertCancelled

        public void assertCancelled()
      • assertNotCancelled

        public void assertNotCancelled()
      • incrementInvocationCount

        protected void incrementInvocationCount()
      • invocationCount

        public long invocationCount()
      • invoked

        public boolean invoked()
      • reset

        public void reset()