com.optstack.api

ComparisonOperationsT

trait ComparisonOperationsT extends ComputationableT

Linear Supertypes
ComputationableT, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ComparisonOperationsT
  2. ComputationableT
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addLastComputationResult(o: QuoteT): Unit

    Definition Classes
    ComputationableT
    Annotations
    @FunctionInfo()
  2. abstract def getLastComputationResult(): QuoteT

    Definition Classes
    ComputationableT
    Annotations
    @FunctionInfo()
  3. abstract def getPriorComputationResult(nPeriodsBack: Int): QuoteT

    Definition Classes
    ComputationableT
    Annotations
    @FunctionInfo()
  4. abstract def getValue(): Double

    Definition Classes
    ComputationableT
    Annotations
    @FunctionInfo()

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. def !==(d: Any): Boolean

    Is NOT equal To

    Is NOT equal To

    Annotations
    @FunctionInfo()
  4. final def ##(): Int

    Definition Classes
    AnyRef → Any
  5. def <(d: Any): Boolean

    Is less than

    Is less than

    Annotations
    @FunctionInfo()
  6. def <=(d: Double): Boolean

  7. def <=(d: Any): Boolean

    Is less than or equal to

    Is less than or equal to

    Annotations
    @FunctionInfo()
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def ===(d: Any): Boolean

    Is equal To

    Is equal To

    Annotations
    @FunctionInfo()
  11. def >(d: Any): Boolean

    Is greater than

    Is greater than

    Annotations
    @FunctionInfo()
  12. def >=(d: Double): Boolean

  13. def >=(d: Any): Boolean

    Is greater than or equal to

    Is greater than or equal to

    Annotations
    @FunctionInfo()
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def crosses(d: Any): Boolean

    X crosses above or crosses below D

    X crosses above or crosses below D

    Annotations
    @FunctionInfo()
  17. def crossesAbove(d: Any): Boolean

    X crosses above D

    X crosses above D

    Annotations
    @FunctionInfo()
  18. def crossesBelow(d: Any): Boolean

    X crosses below D

    X crosses below D

    Annotations
    @FunctionInfo()
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def crossesOver(d: Any): Boolean

    X crosses above or below D

    X crosses above or below D

    Annotations
    @FunctionInfo() @deprecated
    Deprecated

Inherited from ComputationableT

Inherited from AnyRef

Inherited from Any

Ungrouped