Class MultiOnTerminationSpy<T>

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

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

      • lastTerminationFailure

        public java.lang.Throwable lastTerminationFailure()
                                                   throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • lastTerminationWasCancelled

        public boolean lastTerminationWasCancelled()
                                            throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • reset

        public void reset()
      • toString

        public java.lang.String toString()
      • incrementInvocationCount

        protected void incrementInvocationCount()
      • invocationCount

        public long invocationCount()
      • invoked

        public boolean invoked()