c

minitime

Infix

implicit final class Infix[L] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Infix
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Infix(l: L)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def *(scalar: Int)(implicit multiply: Multiply[L]): L
  4. def +[R](r: R)(implicit add: Add[L, R]): L
  5. def -[R, C](r: R)(implicit subtract: Subtract[L, R, C]): C
  6. def /[R, C](r: R)(implicit divide: Divide[L, R, C]): C
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val l: L
  12. def till[S](r: L)(implicit builder: TimeRangeBuilder[L, S]): TimeRange[L, S]
  13. def to[S](r: L)(implicit builder: TimeRangeBuilder[L, S]): TimeRange[L, S]
  14. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped