Packages

c

nv.schema.ext.Behavior

BehaviorLens

implicit class BehaviorLens[UpperPB] extends ObjectLens[UpperPB, Behavior]

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

Instance Constructors

  1. new BehaviorLens(_l: Lens[UpperPB, Behavior])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Behavior): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def analyticsModule: Lens[UpperPB, AnalyticsModule]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bearing: Lens[UpperPB, Double]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def compose[B](other: Lens[Behavior, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def direction: Lens[UpperPB, String]
  11. def distance: Lens[UpperPB, Double]
  12. def edges: Lens[UpperPB, Seq[String]]
  13. def embeddings: Lens[UpperPB, Seq[Embedding]]
  14. def end: Lens[UpperPB, Timestamp]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def event: Lens[UpperPB, Event]
  18. def field[A](getter: (Behavior) ⇒ A)(setter: (Behavior, A) ⇒ Behavior): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def field[A](lens: Lens[Behavior, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def gazes: Lens[UpperPB, Seq[Gaze]]
  21. def get(u: UpperPB): Behavior
    Definition Classes
    ObjectLens → Lens
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def id: Lens[UpperPB, String]
  25. def info: Lens[UpperPB, Map[String, String]]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def length: Lens[UpperPB, Int]
  28. def lipActivities: Lens[UpperPB, Seq[LipActivity]]
  29. def locations: Lens[UpperPB, GeoLocation]
  30. def modify(f: (Behavior) ⇒ Behavior): Mutation[UpperPB]
    Definition Classes
    Lens
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def object: Lens[UpperPB, Object]
  35. def optionalAnalyticsModule: Lens[UpperPB, Option[AnalyticsModule]]
  36. def optionalEnd: Lens[UpperPB, Option[Timestamp]]
  37. def optionalEvent: Lens[UpperPB, Option[Event]]
  38. def optionalLocations: Lens[UpperPB, Option[GeoLocation]]
  39. def optionalObject: Lens[UpperPB, Option[Object]]
  40. def optionalPlace: Lens[UpperPB, Option[Place]]
  41. def optionalSensor: Lens[UpperPB, Option[Sensor]]
  42. def optionalSmoothLocations: Lens[UpperPB, Option[GeoLocation]]
  43. def optionalTimestamp: Lens[UpperPB, Option[Timestamp]]
  44. def place: Lens[UpperPB, Place]
  45. def poses: Lens[UpperPB, Seq[Pose]]
  46. def sensor: Lens[UpperPB, Sensor]
  47. def set(c: Behavior): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  48. def setIfDefined(aOpt: Option[Behavior]): Mutation[UpperPB]
    Definition Classes
    Lens
  49. def smoothLocations: Lens[UpperPB, GeoLocation]
  50. def speed: Lens[UpperPB, Double]
  51. def speedOverTime: Lens[UpperPB, Seq[Double]]
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def timeInterval: Lens[UpperPB, Double]
  54. def timestamp: Lens[UpperPB, Timestamp]
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. def update(ms: (Lens[Behavior, Behavior]) ⇒ Mutation[Behavior]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  57. def videoPath: Lens[UpperPB, String]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Behavior, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ObjectLens[UpperPB, Behavior]

Inherited from Lens[UpperPB, Behavior]

Inherited from AnyRef

Inherited from Any

Ungrouped