ZonedDateTimeOps

io.getquill.dsl.DateOps.ZonedDateTimeOps
final implicit class ZonedDateTimeOps(val value: ZonedDateTime) extends Ordered[ZonedDateTime]

Attributes

Graph
Supertypes
trait Ordered[ZonedDateTime]
trait Comparable[ZonedDateTime]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def compare(that: ZonedDateTime): Int

Inherited methods

def <(that: ZonedDateTime): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val value: ZonedDateTime