Object

quasar.mimir.TimeLibModule.TimeLib

SecondsPlus

Related Doc: package TimeLib

Permalink

object SecondsPlus extends Op2F2 with TimePlus

Linear Supertypes
TimePlus, TimeLib.Op2F2, TimeLib.Op2, Op2Like, TimeLib.Morphism2, Morphism2Like, FunctionLike[BinaryOperationType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecondsPlus
  2. TimePlus
  3. Op2F2
  4. Op2
  5. Op2Like
  6. Morphism2
  7. Morphism2Like
  8. FunctionLike
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val alignment: Match

    Permalink

    This specifies how to align the 2 arguments as they are inputted.

    This specifies how to align the 2 arguments as they are inputted. For instance, if we use MorphismAlignment.Cross, then the 2 tables will be crossed, then passed to morph1.

    Definition Classes
    Op2Morphism2
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def f2: TimeLibModule.F2

    Permalink
    Definition Classes
    TimePlusOp2F2
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fold[A](op2: (TimeLib.Op2) ⇒ A, op2F2: (TimeLib.Op2F2) ⇒ A): A

    Permalink
    Definition Classes
    Op2F2Op2
  12. lazy val fqn: String

    Permalink
    Definition Classes
    FunctionLike
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val idPolicy: IdentityPolicy

    Permalink
    Definition Classes
    Morphism2Like
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val multivariate: Boolean

    Permalink
    Definition Classes
    Morphism2
  18. val name: String

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  19. val namespace: Vector[String]

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val opcode: Int

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  24. def plus(d: ZonedDateTime, i: Int): ZonedDateTime

    Permalink
    Definition Classes
    SecondsPlusTimePlus
  25. val rowLevel: Boolean

    Permalink
    Definition Classes
    Op2F2Morphism2 → FunctionLike
  26. def spec[A <: SourceType](left: TransSpec[A], right: TransSpec[A]): TransSpec[A]

    Permalink
    Definition Classes
    Op2F2Op2
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    FunctionLike → AnyRef → Any
  29. val tpe: BinaryOperationType

    Permalink
    Definition Classes
    TimePlus → FunctionLike
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TimePlus

Inherited from TimeLib.Op2F2

Inherited from TimeLib.Op2

Inherited from Op2Like

Inherited from TimeLib.Morphism2

Inherited from Morphism2Like

Inherited from FunctionLike[BinaryOperationType]

Inherited from AnyRef

Inherited from Any

Ungrouped