Class PMValue

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<PMValue>, scala.Equals, scala.math.Ordered<PMValue>, scala.Product

    public class PMValue
    extends scala.AnyVal
    implements java.io.Serializable, scala.math.Ordered<PMValue>, scala.Product
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PMValue​(long uaspyr)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract static R apply​(T1 v1)  
      int compare​(PMValue that)  
      static java.lang.String toString()  
      long uaspyr()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.math.Ordered

        $greater, $greater$eq, $less, $less$eq, compareTo
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • PMValue

        public PMValue​(long uaspyr)
    • Method Detail

      • apply

        public abstract static R apply​(T1 v1)
      • toString

        public static java.lang.String toString()
      • uaspyr

        public long uaspyr()
      • compare

        public int compare​(PMValue that)
        Specified by:
        compare in interface scala.math.Ordered<PMValue>