RichLocalTime

io.github.chronoscala.RichLocalTime
final class RichLocalTime(val underlying: LocalTime) extends AnyVal, Ordered[LocalTime]

Attributes

Source
RichLocalTime.scala
Graph
Supertypes
trait Ordered[LocalTime]
trait Comparable[LocalTime]
class Object
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(millis: Long): LocalTime

Attributes

Source
RichLocalTime.scala
def +(duration: Duration): LocalTime

Attributes

Source
RichLocalTime.scala
def -(millis: Long): LocalTime

Attributes

Source
RichLocalTime.scala
def -(duration: Duration): LocalTime

Attributes

Source
RichLocalTime.scala
def compare(that: LocalTime): Int

Attributes

Source
RichLocalTime.scala
def format(pattern: String): String

Attributes

Source
RichLocalTime.scala

Inherited methods

def <(that: LocalTime): Boolean

Attributes

Inherited from:
Ordered
def <=(that: LocalTime): Boolean

Attributes

Inherited from:
Ordered
def >(that: LocalTime): Boolean

Attributes

Inherited from:
Ordered
def >=(that: LocalTime): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: LocalTime): Int

Attributes

Inherited from:
Ordered

Concrete fields

val underlying: LocalTime

Attributes

Source
RichLocalTime.scala