object Satoshis extends Factory[Satoshis] with BaseNumbers[Satoshis] with Bounded[Satoshis] with Numeric[Satoshis]
- Alphabetic
- By Inheritance
- Satoshis
- Numeric
- Ordering
- PartialOrdering
- Equiv
- Serializable
- Comparator
- Bounded
- BaseNumbers
- Factory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
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
- def abs(x: Satoshis): Satoshis
- Definition Classes
- Numeric
- def apply(satoshis: BigInt): Satoshis
- def apply(satoshis: Long): Satoshis
- def apply(uint64: UInt64): Satoshis
- def apply(int64: Int64): Satoshis
- def apply(hex: String): Satoshis
Creates a T from a hex string.
Creates a T from a hex string.
- Definition Classes
- Factory
- def apply(bytes: ByteVector): Satoshis
Creates a T out of a sequence of bytes.
Creates a T out of a sequence of bytes.
- Definition Classes
- Factory
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(x: Satoshis, y: Satoshis): Int
- Definition Classes
- Satoshis → Ordering → Comparator
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def equiv(x: Satoshis, y: Satoshis): Boolean
- Definition Classes
- Ordering → PartialOrdering → Equiv
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromBytes(bytes: ByteVector): Satoshis
Creates a T out of a sequence of bytes.
- def fromBytesLE(bytes: ByteVector): Satoshis
Creates a T out of a sequence of bytes in little endian.
Creates a T out of a sequence of bytes in little endian.
- Definition Classes
- Factory
- def fromBytesOpt(bytes: ByteVector): Option[Satoshis]
Deserializes the given ByteVector to a T If the ByteVector is not correct, None is returned
Deserializes the given ByteVector to a T If the ByteVector is not correct, None is returned
- Definition Classes
- Factory
- def fromBytesT(bytes: ByteVector): Try[Satoshis]
Deserializes the given ByteVector string if the ByteVector is not correct, we give you a Failure
Deserializes the given ByteVector string if the ByteVector is not correct, we give you a Failure
- Definition Classes
- Factory
- def fromHex(hex: String): Satoshis
Creates a T out of a hex string.
Creates a T out of a hex string.
- Definition Classes
- Factory
- def fromHexLE(hex: String): Satoshis
Creates a T out of a hex string in little endian.
Creates a T out of a hex string in little endian.
- Definition Classes
- Factory
- def fromHexOpt(hex: String): Option[Satoshis]
Deserializes the given hex string to a T If the hex is not correct, None is returned
Deserializes the given hex string to a T If the hex is not correct, None is returned
- Definition Classes
- Factory
- def fromHexT(hex: String): Try[Satoshis]
Deserializes the given hex string if the hex is not correct, we give you a Failure
Deserializes the given hex string if the hex is not correct, we give you a Failure
- Definition Classes
- Factory
- def fromInt(x: Int): Satoshis
- Definition Classes
- Satoshis → Numeric
- def fromLong(x: Long): Satoshis
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gt(x: Satoshis, y: Satoshis): Boolean
- Definition Classes
- Ordering → PartialOrdering
- def gteq(x: Satoshis, y: Satoshis): Boolean
- Definition Classes
- Ordering → PartialOrdering
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReverseOf(other: Ordering[_]): Boolean
- Definition Classes
- Ordering
- def lt(x: Satoshis, y: Satoshis): Boolean
- Definition Classes
- Ordering → PartialOrdering
- def lteq(x: Satoshis, y: Satoshis): Boolean
- Definition Classes
- Ordering → PartialOrdering
- def max[U <: Satoshis](x: U, y: U): U
- Definition Classes
- Ordering
- val max: Satoshis
- def min[U <: Satoshis](x: U, y: U): U
- Definition Classes
- Ordering
- val min: Satoshis
- def minus(x: Satoshis, y: Satoshis): Satoshis
- Definition Classes
- Satoshis → Numeric
- implicit def mkNumericOps(lhs: Satoshis): NumericOps
- Definition Classes
- Numeric
- implicit def mkOrderingOps(lhs: Satoshis): OrderingOps
- Definition Classes
- Ordering
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negate(x: Satoshis): Satoshis
- Definition Classes
- Satoshis → Numeric
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def on[U](f: (U) => Satoshis): Ordering[U]
- Definition Classes
- Ordering
- val one: Satoshis
- Definition Classes
- Satoshis → Numeric → BaseNumbers
- def orElse(other: Ordering[Satoshis]): Ordering[Satoshis]
- Definition Classes
- Ordering
- def orElseBy[S](f: (Satoshis) => S)(implicit ord: Ordering[S]): Ordering[Satoshis]
- Definition Classes
- Ordering
- def parseString(str: String): Option[Satoshis]
- Definition Classes
- Satoshis → Numeric
- def plus(x: Satoshis, y: Satoshis): Satoshis
- Definition Classes
- Satoshis → Numeric
- def reverse: Ordering[Satoshis]
- Definition Classes
- Ordering → PartialOrdering
- def reversed(): Comparator[Satoshis]
- Definition Classes
- Comparator
- implicit def self: Factory[Satoshis]
Allows a
def foo[C: Factory]()
construction.Allows a
def foo[C: Factory]()
construction.- Definition Classes
- Factory
- def sign(x: Satoshis): Satoshis
- Definition Classes
- Numeric
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: Function[_ >: Satoshis <: AnyRef, _ <: U]): Comparator[Satoshis]
- Definition Classes
- Comparator
- def thenComparing[U <: AnyRef](arg0: Function[_ >: Satoshis <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[Satoshis]
- Definition Classes
- Comparator
- def thenComparing(arg0: Comparator[_ >: Satoshis <: AnyRef]): Comparator[Satoshis]
- Definition Classes
- Comparator
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: Satoshis <: AnyRef]): Comparator[Satoshis]
- Definition Classes
- Comparator
- def thenComparingInt(arg0: ToIntFunction[_ >: Satoshis <: AnyRef]): Comparator[Satoshis]
- Definition Classes
- Comparator
- def thenComparingLong(arg0: ToLongFunction[_ >: Satoshis <: AnyRef]): Comparator[Satoshis]
- Definition Classes
- Comparator
- def times(x: Satoshis, y: Satoshis): Satoshis
- Definition Classes
- Satoshis → Numeric
- def toDouble(x: Satoshis): Double
- Definition Classes
- Satoshis → Numeric
- def toFloat(x: Satoshis): Float
- Definition Classes
- Satoshis → Numeric
- def toInt(x: Satoshis): Int
- Definition Classes
- Satoshis → Numeric
- def toLong(x: Satoshis): Long
- Definition Classes
- Satoshis → Numeric
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryCompare(x: Satoshis, y: Satoshis): Some[Int]
- Definition Classes
- Ordering → PartialOrdering
- val two: Satoshis
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val zero: Satoshis
- Definition Classes
- Satoshis → Numeric → BaseNumbers