Class

com.cognite.v1.timeseries.proto.data_points.AggregateDatapoint

AggregateDatapointLens

Related Doc: package AggregateDatapoint

Permalink

implicit class AggregateDatapointLens[UpperPB] extends ObjectLens[UpperPB, AggregateDatapoint]

Linear Supertypes
ObjectLens[UpperPB, AggregateDatapoint], Lens[UpperPB, AggregateDatapoint], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateDatapointLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AggregateDatapointLens(_l: Lens[UpperPB, AggregateDatapoint])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(a: AggregateDatapoint): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def average: Lens[UpperPB, Double]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[B](other: Lens[AggregateDatapoint, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  9. def continuousVariance: Lens[UpperPB, Double]

    Permalink
  10. def count: Lens[UpperPB, Double]

    Permalink
  11. def discreteVariance: Lens[UpperPB, Double]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def field[A](getter: (AggregateDatapoint) ⇒ A)(setter: (AggregateDatapoint, A) ⇒ AggregateDatapoint): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[AggregateDatapoint, A]): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(u: UpperPB): AggregateDatapoint

    Permalink
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def interpolation: Lens[UpperPB, Double]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def max: Lens[UpperPB, Double]

    Permalink
  23. def min: Lens[UpperPB, Double]

    Permalink
  24. def modify(f: (AggregateDatapoint) ⇒ AggregateDatapoint): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def set(c: AggregateDatapoint): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  29. def setIfDefined(aOpt: Option[AggregateDatapoint]): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  30. def stepInterpolation: Lens[UpperPB, Double]

    Permalink
  31. def sum: Lens[UpperPB, Double]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def timestamp: Lens[UpperPB, Long]

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def totalVariation: Lens[UpperPB, Double]

    Permalink
  36. def update(ms: (Lens[AggregateDatapoint, AggregateDatapoint]) ⇒ Mutation[AggregateDatapoint]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (AggregateDatapoint, B)]

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, AggregateDatapoint]

Inherited from Lens[UpperPB, AggregateDatapoint]

Inherited from AnyRef

Inherited from Any

Ungrouped