RichLocalTime

final
class RichLocalTime(val underlying: LocalTime) extends AnyVal with Ordered[LocalTime]
trait Ordered[LocalTime]
trait Comparable[LocalTime]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def +(millis: Long): LocalTime
def +(duration: Duration): LocalTime
def -(millis: Long): LocalTime
def -(duration: Duration): LocalTime
def compare(that: LocalTime): Int
def format(pattern: String): String

Inherited methods

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

Concrete fields

val underlying: LocalTime