Packages

class SS1 extends FilterDiscrete[SS1]

Source
filter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SS1
  2. FilterDiscrete
  3. Filter
  4. AnyRef
  5. 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

Instance Constructors

  1. new SS1(A: Double, B: Double, C: Double, D: Double = 0)

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

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from SS1 toDrxAny[SS1] 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. final def convolve[A](dt: Time)(xs: Iterator[Double]): Iterator[Double]
    Definition Classes
    Filter
  15. final def convolve[A](gapDetect: Option[Time] = None)(tu: (A) => (Time, Double))(xs: Iterator[A]): Iterator[(Time, Double)]
    Definition Classes
    Filter
  16. var d: SS1
    Attributes
    protected
    Definition Classes
    FilterDiscrete
  17. def discrete(Δt: Time): SS1
    Definition Classes
    SS1FilterDiscrete
  18. def elementOf(xs: Set[SS1]): Boolean
    Implicit
    This member is added by an implicit conversion from SS1 toDrxAny[SS1] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  19. def ensuring(cond: (SS1) => Boolean, msg: => Any): SS1
    Implicit
    This member is added by an implicit conversion from SS1 toEnsuring[SS1] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (SS1) => Boolean): SS1
    Implicit
    This member is added by an implicit conversion from SS1 toEnsuring[SS1] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): SS1
    Implicit
    This member is added by an implicit conversion from SS1 toEnsuring[SS1] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): SS1
    Implicit
    This member is added by an implicit conversion from SS1 toEnsuring[SS1] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  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 SS1 toStringFormat[SS1] 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. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def init(y0: Double): Double
    Definition Classes
    SS1Filter
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def noneIf(f: (SS1) => Boolean): Option[SS1]
    Implicit
    This member is added by an implicit conversion from SS1 toDrxAny[SS1] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def optionIf(f: (SS1) => Boolean): Option[SS1]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from SS1 toDrxAny[SS1] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. def someIf(f: (SS1) => Boolean): Option[SS1]
    Implicit
    This member is added by an implicit conversion from SS1 toDrxAny[SS1] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val thisAny: SS1
    Implicit
    This member is added by an implicit conversion from SS1 toDrxAny[SS1] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. def till(maxArg: SS1): Bound[SS1]

    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 SS1 toBoundOps[SS1] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[SS1] is in scope.
    Definition Classes
    BoundOps
  43. def toString(): String
    Definition Classes
    SS1 → AnyRef → Any
  44. def update(u: Double): Unit
    Attributes
    protected
    Definition Classes
    SS1FilterDiscrete
  45. final def update(u: Double, Δt: Time): Double
    Definition Classes
    FilterDiscreteFilter
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

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

    alias for option if

    alias for option if

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

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

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromSS1 to DrxAny[SS1]

Inherited by implicit conversion DrxBoundOps fromSS1 to BoundOps[SS1]

Inherited by implicit conversion any2stringadd fromSS1 to any2stringadd[SS1]

Inherited by implicit conversion StringFormat fromSS1 to StringFormat[SS1]

Inherited by implicit conversion Ensuring fromSS1 to Ensuring[SS1]

Inherited by implicit conversion ArrowAssoc fromSS1 to ArrowAssoc[SS1]

Ungrouped