Packages

case class Krypton(daysSinceEpoch: Int, kryptonMsIntoDay: Long) extends Ordered[Krypton] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Krypton
  2. Serializable
  3. Product
  4. Equals
  5. Ordered
  6. Comparable
  7. AnyRef
  8. Any
Implicitly
  1. by orderingToOrdered
  2. by richDrxAny
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Krypton(daysSinceEpoch: Int, kryptonMsIntoDay: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Krypton toany2stringadd[Krypton] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Krypton, B)
    Implicit
    This member is added by an implicit conversion from Krypton toArrowAssoc[Krypton] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: Krypton): Boolean
    Definition Classes
    Ordered
  6. def <=(that: Krypton): Boolean
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: Krypton): Boolean
    Definition Classes
    Ordered
  9. def >=(that: Krypton): Boolean
    Definition Classes
    Ordered
  10. def applyIf(t: Boolean, f: (Krypton) => Krypton): Krypton
    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def applyIf(t: (Krypton) => Boolean)(f: (Krypton) => Krypton): Krypton

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def compare(that: Krypton): Int
    Definition Classes
    Krypton → Ordered
  15. def compareTo(that: Krypton): Int
    Definition Classes
    Ordered → Comparable
  16. def date: Date
  17. def day: String
  18. val daysSinceEpoch: Int
  19. def elementOf(xs: Set[Krypton]): Boolean
    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  20. def ensuring(cond: (Krypton) => Boolean, msg: => Any): Krypton
    Implicit
    This member is added by an implicit conversion from Krypton toEnsuring[Krypton] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (Krypton) => Boolean): Krypton
    Implicit
    This member is added by an implicit conversion from Krypton toEnsuring[Krypton] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: => Any): Krypton
    Implicit
    This member is added by an implicit conversion from Krypton toEnsuring[Krypton] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): Krypton
    Implicit
    This member is added by an implicit conversion from Krypton toEnsuring[Krypton] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Krypton toStringFormat[Krypton] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. lazy val krypton: String
  30. val kryptonMsIntoDay: Long
  31. def min: String
  32. def month: String
  33. def ms: String
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def noneIf(f: (Krypton) => Boolean): Option[Krypton]
    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def optionIf(f: (Krypton) => Boolean): Option[Krypton]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. def preApply[B](f: (Krypton) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def s: String
  42. def sideEffect(f: (Krypton) => Unit): Krypton

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def someIf(f: (Krypton) => Boolean): Option[Krypton]
    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  44. def stage: String
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def take(res: Int): String
  47. val thisAny: Krypton
    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  48. def toString(): String
    Definition Classes
    Krypton → AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Shadowed Implicit Value Members

  1. def <(that: Krypton): Boolean
    Implicit
    This member is added by an implicit conversion from Krypton toOrdered[Krypton] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (krypton: Ordered[Krypton]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: Krypton): Boolean
    Implicit
    This member is added by an implicit conversion from Krypton toOrdered[Krypton] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (krypton: Ordered[Krypton]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: Krypton): Boolean
    Implicit
    This member is added by an implicit conversion from Krypton toOrdered[Krypton] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (krypton: Ordered[Krypton]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: Krypton): Boolean
    Implicit
    This member is added by an implicit conversion from Krypton toOrdered[Krypton] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (krypton: Ordered[Krypton]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: Krypton): Int
    Implicit
    This member is added by an implicit conversion from Krypton toOrdered[Krypton] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (krypton: Ordered[Krypton]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: Krypton): Int
    Implicit
    This member is added by an implicit conversion from Krypton toOrdered[Krypton] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (krypton: Ordered[Krypton]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Deprecated Value Members

  1. def ?>(f: (Krypton) => Boolean): Option[Krypton]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def apply(res: Int): String
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.16) apply with an int usually means indexed charcter return, so use take instead

  3. def |>[B](f: (Krypton) => B): B
    Implicit
    This member is added by an implicit conversion from Krypton toDrxAny[Krypton] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  4. def [B](y: B): (Krypton, B)
    Implicit
    This member is added by an implicit conversion from Krypton toArrowAssoc[Krypton] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Krypton]

Inherited from Comparable[Krypton]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromKrypton to Ordered[Krypton]

Inherited by implicit conversion richDrxAny fromKrypton to DrxAny[Krypton]

Inherited by implicit conversion any2stringadd fromKrypton to any2stringadd[Krypton]

Inherited by implicit conversion StringFormat fromKrypton to StringFormat[Krypton]

Inherited by implicit conversion Ensuring fromKrypton to Ensuring[Krypton]

Inherited by implicit conversion ArrowAssoc fromKrypton to ArrowAssoc[Krypton]

Ungrouped