Packages

object Zero extends ZeroLowPriority with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Zero
  2. Serializable
  3. Serializable
  4. ZeroLowPriority
  5. ZeroVeryLowPriority
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ObjectZero[T <: AnyRef]: Zero[T]
    Definition Classes
    ZeroVeryLowPriority
  5. def apply[T](v: T): Zero[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def forClass(clazz: Class[_]): Zero[_]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val refDefault: Zero[AnyRef]
    Attributes
    protected
    Definition Classes
    ZeroVeryLowPriority
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. implicit def zeroFromSemiring[T](implicit arg0: Semiring[T]): Zero[T]
    Definition Classes
    ZeroLowPriority
  24. implicit object BigDecimalZero extends Zero[BigDecimal]
    Annotations
    @SerialVersionUID()
  25. implicit object BigIntZero extends Zero[BigInt]
    Annotations
    @SerialVersionUID()
  26. implicit object BooleanZero extends Zero[Boolean]
    Annotations
    @SerialVersionUID()
  27. implicit object ByteZero extends Zero[Byte]
    Annotations
    @SerialVersionUID()
  28. implicit object CharZero extends Zero[Char]
    Annotations
    @SerialVersionUID()
  29. implicit object DoubleZero extends Zero[Double]
    Annotations
    @SerialVersionUID()
  30. implicit object FloatZero extends Zero[Float]
    Annotations
    @SerialVersionUID()
  31. implicit object IntZero extends Zero[Int]
    Annotations
    @SerialVersionUID()
  32. implicit object LongZero extends Zero[Long]
    Annotations
    @SerialVersionUID()
  33. implicit object ShortZero extends Zero[Short]
    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from ZeroLowPriority

Inherited from ZeroVeryLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped