Class UniOnTerminationSpy<T>

  • All Implemented Interfaces:
    Uni<T>

    public class UniOnTerminationSpy<T>
    extends UniOperator<T,​T>
    • Method Detail

      • lastTerminationItem

        public T lastTerminationItem()
                              throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • 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()