UInt64

case class UInt64(underlying: Long) extends Ordered[UInt64]
Companion:
object
Source:
UInt64.scala
trait Serializable
trait Product
trait Equals
trait Comparable[UInt64]
class Object
trait Matchable
class Any

Value members

Concrete methods

def <(other: MilliSatoshi): Boolean
def <(other: Long): Boolean
def <(other: Int): Boolean
def <=(other: MilliSatoshi): Boolean
def <=(other: Long): Boolean
def <=(other: Int): Boolean
def >(other: MilliSatoshi): Boolean
def >(other: Long): Boolean
def >(other: Int): Boolean
def >=(other: MilliSatoshi): Boolean
def >=(other: Long): Boolean
def >=(other: Int): Boolean
override def compare(o: UInt64): Int
Definition Classes
Source:
UInt64.scala
override def toString: String
Definition Classes
Any
Source:
UInt64.scala

Inherited methods

def <(that: UInt64): Boolean
Inherited from:
Ordered
def <=(that: UInt64): Boolean
Inherited from:
Ordered
def >(that: UInt64): Boolean
Inherited from:
Ordered
def >=(that: UInt64): Boolean
Inherited from:
Ordered
def compareTo(that: UInt64): Int
Inherited from:
Ordered
Inherited from:
Product