Class Terminate$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function0<Terminate>, scala.Serializable

    public class Terminate$
    extends scala.runtime.AbstractFunction0<Terminate>
    implements scala.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      Terminate$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Terminate apply()  
      java.lang.String toString()  
      boolean unapply​(Terminate 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 Terminate$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Terminate$

        public Terminate$()
    • Method Detail

      • toString

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

        public Terminate apply()
        Specified by:
        apply in interface scala.Function0<Terminate>
      • unapply

        public boolean unapply​(Terminate x$0)