Packages

class SS0 extends FilterDiscrete[SS0]

Source
filter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SS0
  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 SS0(D: Double = 1.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 SS0 toany2stringadd[SS0] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SS0, B)
    Implicit
    This member is added by an implicit conversion from SS0 toArrowAssoc[SS0] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val D: Double
  7. def applyIf(t: Boolean, f: (SS0) => SS0): SS0
    Implicit
    This member is added by an implicit conversion from SS0 toDrxAny[SS0] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (SS0) => Boolean)(f: (SS0) => SS0): SS0

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from SS0 toDrxAny[SS0] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def convolve[A](dt: Time)(xs: Iterator[Double]): Iterator[Double]
    Definition Classes
    Filter
  12. final def convolve[A](gapDetect: Option[Time] = None)(tu: (A) => (Time, Double))(xs: Iterator[A]): Iterator[(Time, Double)]
    Definition Classes
    Filter
  13. var d: SS0
    Attributes
    protected
    Definition Classes
    FilterDiscrete
  14. def discrete(Δt: Time): SS0
    Definition Classes
    SS0FilterDiscrete
  15. def elementOf(xs: Set[SS0]): Boolean
    Implicit
    This member is added by an implicit conversion from SS0 toDrxAny[SS0] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  16. def ensuring(cond: (SS0) => Boolean, msg: => Any): SS0
    Implicit
    This member is added by an implicit conversion from SS0 toEnsuring[SS0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (SS0) => Boolean): SS0
    Implicit
    This member is added by an implicit conversion from SS0 toEnsuring[SS0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: => Any): SS0
    Implicit
    This member is added by an implicit conversion from SS0 toEnsuring[SS0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): SS0
    Implicit
    This member is added by an implicit conversion from SS0 toEnsuring[SS0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SS0 toStringFormat[SS0] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def init(y0: Double): Double
    Definition Classes
    SS0Filter
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def noneIf(f: (SS0) => Boolean): Option[SS0]
    Implicit
    This member is added by an implicit conversion from SS0 toDrxAny[SS0] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def optionIf(f: (SS0) => Boolean): Option[SS0]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

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

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

Deprecated Value Members

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

    alias for option if

    alias for option if

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

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromSS0 to DrxAny[SS0]

Inherited by implicit conversion DrxBoundOps fromSS0 to BoundOps[SS0]

Inherited by implicit conversion any2stringadd fromSS0 to any2stringadd[SS0]

Inherited by implicit conversion StringFormat fromSS0 to StringFormat[SS0]

Inherited by implicit conversion Ensuring fromSS0 to Ensuring[SS0]

Inherited by implicit conversion ArrowAssoc fromSS0 to ArrowAssoc[SS0]

Ungrouped