Packages

implicit class VideoPlacementLens[UpperPB] extends ObjectLens[UpperPB, VideoPlacement]

Linear Supertypes
ObjectLens[UpperPB, VideoPlacement], Lens[UpperPB, VideoPlacement], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VideoPlacementLens
  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 VideoPlacementLens(_l: Lens[UpperPB, VideoPlacement])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: VideoPlacement): 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[VideoPlacement, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def delay: Lens[UpperPB, Int]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def ext: Lens[UpperPB, VideoPlacementExt]
  13. def field[A](getter: (VideoPlacement) => A)(setter: (VideoPlacement, A) => VideoPlacement): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[VideoPlacement, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def get(u: UpperPB): VideoPlacement
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def h: Lens[UpperPB, Int]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def modify(f: (VideoPlacement) => VideoPlacement): Mutation[UpperPB]
    Definition Classes
    Lens
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def optionalDelay: Lens[UpperPB, Option[Int]]
  25. def optionalExt: Lens[UpperPB, Option[VideoPlacementExt]]
  26. def optionalH: Lens[UpperPB, Option[Int]]
  27. def optionalSkip: Lens[UpperPB, Option[Int]]
  28. def optionalSkipafter: Lens[UpperPB, Option[Int]]
  29. def optionalSkipmin: Lens[UpperPB, Option[Int]]
  30. def optionalW: Lens[UpperPB, Option[Int]]
  31. def set(c: VideoPlacement): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  32. def setIfDefined(aOpt: Option[VideoPlacement]): Mutation[UpperPB]
    Definition Classes
    Lens
  33. def skip: Lens[UpperPB, Int]
  34. def skipafter: Lens[UpperPB, Int]
  35. def skipmin: Lens[UpperPB, Int]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def update(ms: (Lens[VideoPlacement, VideoPlacement]) => Mutation[VideoPlacement]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  39. def w: Lens[UpperPB, Int]
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (VideoPlacement, 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, VideoPlacement]

Inherited from Lens[UpperPB, VideoPlacement]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped