RichAbstractPartial

com.github.nscala_time.time.RichAbstractPartial
final class RichAbstractPartial(underlying: AbstractPartial) extends AnyVal, Ordered[AbstractPartial]

Attributes

Graph
Supertypes
trait Ordered[AbstractPartial]
trait Comparable[AbstractPartial]
class Object
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(that: AbstractPartial): Int

Attributes

Definition Classes
Ordered
def fieldTypes: Array[DateTimeFieldType]
def fields: Array[DateTimeField]
def values: Array[Int]

Inherited methods

def <(that: AbstractPartial): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered