Class OnCancellationUniSignal

  • All Implemented Interfaces:
    UniSignal

    public final class OnCancellationUniSignal
    extends java.lang.Object
    implements UniSignal
    A cancellation signal.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      java.lang.Void value()
      Get the signal associated value, if any.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OnCancellationUniSignal

        public OnCancellationUniSignal()
    • Method Detail

      • value

        public java.lang.Void value()
        Description copied from interface: UniSignal
        Get the signal associated value, if any.
        Specified by:
        value in interface UniSignal
        Returns:
        the value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object