scalus.ledger.api.v1.Interval
See theInterval companion object
A type to represent time intervals.
Value parameters
-
from
-
the lower bound of the interval
-
to
-
the upper bound of the interval
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Checks if an interval is entirely after a given time. Returns true if all values in the interval are greater than the given time.
Checks if an interval is entirely after a given time. Returns true if all values in the interval are greater than the given time.
Attributes
Checks if an interval is entirely before a given time. Returns true if all values in the interval are less than the given time.
Checks if an interval is entirely before a given time. Returns true if all values in the interval are less than the given time.
Attributes
Checks if an interval is entirely between two given times. Returns true if all values in the interval are between the given times.
Checks if an interval is entirely between two given times. Returns true if all values in the interval are between the given times.
Attributes
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product