Class

com.cognite.v1.timeseries.proto.data_points.NumericDatapoint

NumericDatapointLens

Related Doc: package NumericDatapoint

Permalink

implicit class NumericDatapointLens[UpperPB] extends ObjectLens[UpperPB, NumericDatapoint]

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

Instance Constructors

  1. new NumericDatapointLens(_l: Lens[UpperPB, NumericDatapoint])

    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: NumericDatapoint): 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 clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ObjectLens
  12. def get(u: UpperPB): NumericDatapoint

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def modify(f: (NumericDatapoint) ⇒ NumericDatapoint): Mutation[UpperPB]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def set(c: NumericDatapoint): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    Lens
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def update(ms: (Lens[NumericDatapoint, NumericDatapoint]) ⇒ Mutation[NumericDatapoint]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  26. def value: Lens[UpperPB, Double]

    Permalink
  27. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

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

    Permalink
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ObjectLens[UpperPB, NumericDatapoint]

Inherited from Lens[UpperPB, NumericDatapoint]

Inherited from AnyRef

Inherited from Any

Ungrouped