Object/Trait

org.ergoplatform.sdk.utils

Zero

Related Docs: trait Zero | package utils

Permalink

object Zero extends ZeroLowPriority

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Zero
  2. ZeroLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val AvlTreeIsZero: Zero[AvlTree]

    Permalink
  5. implicit val BigIntIsZero: Zero[BigInt]

    Permalink
  6. implicit val BooleanIsZero: Zero[Boolean]

    Permalink
  7. implicit val BoxIsZero: Zero[Box]

    Permalink
  8. implicit val ByteIsZero: Zero[Byte]

    Permalink
  9. implicit val GroupElementIsZero: Zero[GroupElement]

    Permalink
  10. implicit val IntIsZero: Zero[Int]

    Permalink
  11. implicit val LongIsZero: Zero[Long]

    Permalink
  12. implicit val ShortIsZero: Zero[Short]

    Permalink
  13. implicit val UnitIsZero: Zero[Unit]

    Permalink
  14. def apply[T](implicit z: Zero[T]): Zero[T]

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit def collIsZero[T](implicit arg0: Zero[T], arg1: RType[T]): Zero[Coll[T]]

    Permalink
    Definition Classes
    ZeroLowPriority
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. implicit def funcIsZero[A, B](implicit arg0: Zero[B]): Zero[(A) ⇒ B]

    Permalink
    Definition Classes
    ZeroLowPriority
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. implicit def optionIsZero[T](implicit arg0: Zero[T]): Zero[Option[T]]

    Permalink
    Definition Classes
    ZeroLowPriority
  29. implicit def pairIsZero[A, B](implicit arg0: Zero[A], arg1: Zero[B]): Zero[(A, B)]

    Permalink
    Definition Classes
    ZeroLowPriority
  30. implicit val sigmaPropIsZero: Zero[SigmaProp]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def typeToZero[T](t: RType[T]): Zero[T]

    Permalink

    Returns the zero value of the specified type T using the provided runtime type t.

    Returns the zero value of the specified type T using the provided runtime type t.

    T

    the type of value whose zero value is to be returned.

    t

    the runtime type of the value whose zero value is to be returned.

    returns

    the zero value of type T

    Exceptions thrown

    `RuntimeException` if the method is unable to compute the zero value for the specified type

  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def zeroOf[T](implicit arg0: Zero[T]): T

    Permalink

Inherited from ZeroLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped