RichAbstractPartial

final class RichAbstractPartial(val underlying: AbstractPartial) extends AnyVal with Ordered[AbstractPartial] with PimpedType[AbstractPartial]
trait PimpedType[AbstractPartial]
trait Ordered[AbstractPartial]
trait Comparable[AbstractPartial]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

override def compare(that: AbstractPartial): Int
Definition Classes
Ordered
def fieldTypes: Array[DateTimeFieldType]
def fields: Array[DateTimeField]
def values: Array[Int]

Inherited methods

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

Concrete fields

val underlying: AbstractPartial