Packages

t

cc.drx

LerpInv

trait LerpInv[A] extends Lerp[A]

LerpInv includes the ability to convert/lookup a specific type A value for a interpolation ratio with ratioOf

Source
lerp.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LerpInv
  2. Lerp
  3. AnyRef
  4. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def lerp(ratio: Double): A

    required methods

    required methods

    Definition Classes
    Lerp
  2. abstract def ratioOf(a: A): Double

Concrete 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 LerpInv[A] toany2stringadd[LerpInv[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def -->[B](range: Lerp[B]): Quantitative[A, B]
  5. def -->[B](range: LerpInv[B]): QuantitativeInv[A, B]
  6. def ->[B](y: B): (LerpInv[A], B)
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toArrowAssoc[LerpInv[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def applyIf(t: Boolean, f: (LerpInv[A]) => LerpInv[A]): LerpInv[A]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. def applyIf(t: (LerpInv[A]) => Boolean)(f: (LerpInv[A]) => LerpInv[A]): LerpInv[A]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def contains(a: A): Boolean
  13. def elementOf(xs: Set[LerpInv[A]]): Boolean
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  14. def end: A

    alias for max

    alias for max

    Definition Classes
    Lerp
  15. def ensuring(cond: (LerpInv[A]) => Boolean, msg: => Any): LerpInv[A]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toEnsuring[LerpInv[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (LerpInv[A]) => Boolean): LerpInv[A]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toEnsuring[LerpInv[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): LerpInv[A]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toEnsuring[LerpInv[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): LerpInv[A]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toEnsuring[LerpInv[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toStringFormat[LerpInv[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def logTicks(n: Int, base: Double = 10)(implicit t: Tickable[A]): Iterable[A]
  27. def max: A
    Definition Classes
    Lerp
  28. def mid: A

    convenience of the mid value

    convenience of the mid value

    Definition Classes
    Lerp
  29. def min: A
    Definition Classes
    Lerp
  30. def mobius(x: A): A

    modulus in a wrapping fashion

  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def noneIf(f: (LerpInv[A]) => Boolean): Option[LerpInv[A]]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. def normal(implicit rand: Rand): A
    Definition Classes
    Lerp
  34. def normalize(xs: Iterable[A]): Iterable[Double]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def optionIf(f: (LerpInv[A]) => Boolean): Option[LerpInv[A]]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. def pulse(period: Time): A
    Definition Classes
    Lerp
  40. def ramp(t: Time)(implicit t0: Date): A
    Definition Classes
    Lerp
  41. def sideEffect(f: (LerpInv[A]) => Unit): LerpInv[A]

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. def someIf(f: (LerpInv[A]) => Boolean): Option[LerpInv[A]]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def start: A

    alias for min

    alias for min

    Definition Classes
    Lerp
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def take(n: Int): Iterable[A]
    Definition Classes
    Lerp
  46. val thisAny: LerpInv[A]
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  47. def ticks(n: Int)(implicit t: Tickable[A]): Iterable[A]
  48. def ticksOn(path: Segment)(implicit t: Tickable[A]): Iterable[Text]

    auto select tick count based on segment length

  49. def ticksOn(path: Lerp[Vec], n: Int)(implicit t: Tickable[A]): Iterable[Text]
  50. final def ticksWithFormat(n: Int)(implicit t: Tickable[A], f: Format[A]): Iterable[(A, String)]
  51. def till(maxArg: LerpInv[A]): Bound[LerpInv[A]]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from LerpInv[A] toBoundOps[LerpInv[A]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[LerpInv[A]] is in scope.
    Definition Classes
    BoundOps
  52. def toBound(implicit b: Boundable[A]): Bound[A]
    Definition Classes
    Lerp
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def uniform(implicit rand: Rand): A
    Definition Classes
    Lerp
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. def zip[B](xs: Iterable[B]): Iterable[(A, B)]
    Definition Classes
    Lerp

Deprecated Value Members

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

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] 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 mean: A
    Definition Classes
    Lerp
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use mid instead since 0.5 may not be the mean

  3. def steps(N: Int): Seq[A]
    Definition Classes
    Lerp
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.4) use take(N:Int) for a more scala semantic

  4. def |>[B](f: (LerpInv[A]) => B): B
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toDrxAny[LerpInv[A]] 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)

  5. def [B](y: B): (LerpInv[A], B)
    Implicit
    This member is added by an implicit conversion from LerpInv[A] toArrowAssoc[LerpInv[A]] 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 Lerp[A]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromLerpInv[A] to DrxAny[LerpInv[A]]

Inherited by implicit conversion DrxBoundOps fromLerpInv[A] to BoundOps[LerpInv[A]]

Inherited by implicit conversion any2stringadd fromLerpInv[A] to any2stringadd[LerpInv[A]]

Inherited by implicit conversion StringFormat fromLerpInv[A] to StringFormat[LerpInv[A]]

Inherited by implicit conversion Ensuring fromLerpInv[A] to Ensuring[LerpInv[A]]

Inherited by implicit conversion ArrowAssoc fromLerpInv[A] to ArrowAssoc[LerpInv[A]]

Ungrouped