Packages

implicit class EventSpecLens[UpperPB] extends ObjectLens[UpperPB, EventSpec]

Linear Supertypes
ObjectLens[UpperPB, EventSpec], Lens[UpperPB, EventSpec], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventSpecLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EventSpecLens(_l: Lens[UpperPB, EventSpec])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: EventSpec): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def api: Lens[UpperPB, Seq[ApiFramework]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def compose[B](other: Lens[EventSpec, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def ext: Lens[UpperPB, Struct]
  12. def extProto: Lens[UpperPB, Seq[Any]]
  13. def field[A](getter: (EventSpec) => A)(setter: (EventSpec, A) => EventSpec): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[EventSpec, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def get(u: UpperPB): EventSpec
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def jstrk: Lens[UpperPB, Seq[String]]
  20. def method: Lens[UpperPB, Seq[EventTrackingMethod]]
  21. def modify(f: (EventSpec) => EventSpec): Mutation[UpperPB]
    Definition Classes
    Lens
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def optionalExt: Lens[UpperPB, Option[Struct]]
  26. def pxtrk: Lens[UpperPB, Seq[String]]
  27. def set(c: EventSpec): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  28. def setIfDefined(aOpt: Option[EventSpec]): Mutation[UpperPB]
    Definition Classes
    Lens
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def type: Lens[UpperPB, EventType]
  32. def update(ms: (Lens[EventSpec, EventSpec]) => Mutation[EventSpec]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def wjs: Lens[UpperPB, Boolean]
  37. def wpx: Lens[UpperPB, Boolean]
  38. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (EventSpec, 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

    (Since version 9)

Inherited from ObjectLens[UpperPB, EventSpec]

Inherited from Lens[UpperPB, EventSpec]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped