IntervalBoundType

scalus.ledger.api.v1.IntervalBoundType
See theIntervalBoundType companion object

A type to represent the bounds of an interval.

  • NegInf represents negative infinity
  • Finite(time) represents a finite bound
  • PosInf represents positive infinity

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Finite(time: PosixTime)
case NegInf extends IntervalBoundType
case PosInf extends IntervalBoundType