implicit class VideoPlacementLens[UpperPB] extends ObjectLens[UpperPB, VideoPlacement]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VideoPlacementLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VideoPlacementLens(_l: Lens[UpperPB, VideoPlacement])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: VideoPlacement): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def api: Lens[UpperPB, Seq[ApiFramework]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[VideoPlacement, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def delay: Lens[UpperPB, Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ext: Lens[UpperPB, VideoPlacementExt]
- def field[A](getter: (VideoPlacement) => A)(setter: (VideoPlacement, A) => VideoPlacement): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[VideoPlacement, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): VideoPlacement
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def h: Lens[UpperPB, Int]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modify(f: (VideoPlacement) => VideoPlacement): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalDelay: Lens[UpperPB, Option[Int]]
- def optionalExt: Lens[UpperPB, Option[VideoPlacementExt]]
- def optionalH: Lens[UpperPB, Option[Int]]
- def optionalSkip: Lens[UpperPB, Option[Int]]
- def optionalSkipafter: Lens[UpperPB, Option[Int]]
- def optionalSkipmin: Lens[UpperPB, Option[Int]]
- def optionalW: Lens[UpperPB, Option[Int]]
- def set(c: VideoPlacement): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[VideoPlacement]): Mutation[UpperPB]
- Definition Classes
- Lens
- def skip: Lens[UpperPB, Int]
- def skipafter: Lens[UpperPB, Int]
- def skipmin: Lens[UpperPB, Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[VideoPlacement, VideoPlacement]) => Mutation[VideoPlacement]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def w: Lens[UpperPB, Int]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (VideoPlacement, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)