Btc

case class Btc(underlying: BigDecimal) extends BtcAmount with Ordered[Btc]
trait Serializable
trait Product
trait Equals
trait Ordered[Btc]
trait Comparable[Btc]
trait BtcAmount
class Object
trait Matchable
class Any

Value members

Concrete methods

def *(m: Long): Btc
def *(m: Double): Btc
def +(other: Btc): Btc
def -(other: Btc): Btc
def /(d: Long): Btc
def compare(other: Btc): Int
def max(other: BtcAmount): Btc
def min(other: BtcAmount): Btc
def toBigDecimal: BigDecimal
def toDouble: Double
def toLong: Long
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
BtcAmount.scala

Inherited methods

def <(that: Btc): Boolean
Inherited from:
Ordered
def <=(that: Btc): Boolean
Inherited from:
Ordered
def >(that: Btc): Boolean
Inherited from:
Ordered
def >=(that: Btc): Boolean
Inherited from:
Ordered
def compareTo(that: Btc): Int
Inherited from:
Ordered
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product