CltvExpiryDelta

case class CltvExpiryDelta(underlying: Int) extends Ordered[CltvExpiryDelta]
trait Serializable
trait Product
trait Equals
trait Ordered[CltvExpiryDelta]
trait Comparable[CltvExpiryDelta]
class Object
trait Matchable
class Any

Value members

Concrete methods

def *(m: Int): CltvExpiryDelta
def +(height: Long): CltvExpiry
def +(other: Int): CltvExpiryDelta
def compare(other: CltvExpiryDelta): Int
def toCltvExpiry(height: Long): CltvExpiry
def toInt: Int

Inherited methods

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