LocalDateTimeOps

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

Attributes

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

Members list

Value members

Concrete methods

def compare(that: LocalDateTime): Int

Inherited methods

def <(that: LocalDateTime): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val value: LocalDateTime