Class Suspend$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function0<akka.dispatch.sysmsg.Suspend>

    public class Suspend$
    extends scala.runtime.AbstractFunction0<akka.dispatch.sysmsg.Suspend>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Suspend$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Suspend$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.dispatch.sysmsg.Suspend apply()  
      java.lang.String toString()  
      boolean unapply​(akka.dispatch.sysmsg.Suspend x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction0

        apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final Suspend$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Suspend$

        public Suspend$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function0<akka.dispatch.sysmsg.Suspend>
        Overrides:
        toString in class scala.runtime.AbstractFunction0<akka.dispatch.sysmsg.Suspend>
      • apply

        public akka.dispatch.sysmsg.Suspend apply()
        Specified by:
        apply in interface scala.Function0<akka.dispatch.sysmsg.Suspend>
      • unapply

        public boolean unapply​(akka.dispatch.sysmsg.Suspend x$0)