case class Krypton(daysSinceEpoch: Int, kryptonMsIntoDay: Long) extends Ordered[Krypton] with Product with Serializable
- Source
- date.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Krypton
- Serializable
- Product
- Equals
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by richDrxAny
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Krypton, B)
- def <(that: Krypton): Boolean
- Definition Classes
- Ordered
- def <=(that: Krypton): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: Krypton): Boolean
- Definition Classes
- Ordered
- def >=(that: Krypton): Boolean
- Definition Classes
- Ordered
- 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(that: Krypton): Int
- Definition Classes
- Krypton → Ordered
- def compareTo(that: Krypton): Int
- Definition Classes
- Ordered → Comparable
- def date: Date
- def day: String
- val daysSinceEpoch: Int
- 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
- def ensuring(cond: (Krypton) => Boolean, msg: => Any): Krypton
- def ensuring(cond: (Krypton) => Boolean): Krypton
- def ensuring(cond: Boolean, msg: => Any): Krypton
- def ensuring(cond: Boolean): Krypton
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val krypton: String
- val kryptonMsIntoDay: Long
- def min: String
- def month: String
- def ms: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- 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
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def s: String
- 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
- 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
- def stage: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def take(res: Int): String
- 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
- def toString(): String
- Definition Classes
- Krypton → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Shadowed Implicit Value Members
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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)
- 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.