object Zero extends ZeroLowPriority with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Zero
- Serializable
- Serializable
- ZeroLowPriority
- ZeroVeryLowPriority
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
ObjectZero[T <: AnyRef]: Zero[T]
- Definition Classes
- ZeroVeryLowPriority
- def apply[T](v: T): Zero[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forClass(clazz: Class[_]): Zero[_]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
refDefault: Zero[AnyRef]
- Attributes
- protected
- Definition Classes
- ZeroVeryLowPriority
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
implicit
def
zeroFromSemiring[T](implicit arg0: Semiring[T]): Zero[T]
- Definition Classes
- ZeroLowPriority
-
implicit
object
BigDecimalZero
extends Zero[BigDecimal]
- Annotations
- @SerialVersionUID()
-
implicit
object
BigIntZero
extends Zero[BigInt]
- Annotations
- @SerialVersionUID()
-
implicit
object
BooleanZero
extends Zero[Boolean]
- Annotations
- @SerialVersionUID()
-
implicit
object
ByteZero
extends Zero[Byte]
- Annotations
- @SerialVersionUID()
-
implicit
object
CharZero
extends Zero[Char]
- Annotations
- @SerialVersionUID()
-
implicit
object
DoubleZero
extends Zero[Double]
- Annotations
- @SerialVersionUID()
-
implicit
object
FloatZero
extends Zero[Float]
- Annotations
- @SerialVersionUID()
-
implicit
object
IntZero
extends Zero[Int]
- Annotations
- @SerialVersionUID()
-
implicit
object
LongZero
extends Zero[Long]
- Annotations
- @SerialVersionUID()
-
implicit
object
ShortZero
extends Zero[Short]
- Annotations
- @SerialVersionUID()