implicit class ContentLens[UpperPB] extends ObjectLens[UpperPB, Content]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContentLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: Content): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def album: Lens[UpperPB, String]
- def artist: Lens[UpperPB, String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cat: Lens[UpperPB, Seq[String]]
- def cattax: Lens[UpperPB, CategoryTaxonomy]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[Content, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def context: Lens[UpperPB, ContentContext]
- def data: Lens[UpperPB, Seq[Data]]
- def embed: Lens[UpperPB, Boolean]
- def episode: 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, Struct]
- def extProto: Lens[UpperPB, Seq[Any]]
- def field[A](getter: (Content) => A)(setter: (Content, A) => Content): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Content, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def genre: Lens[UpperPB, String]
- def get(u: UpperPB): Content
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def id: Lens[UpperPB, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isrc: Lens[UpperPB, String]
- def keywords: Lens[UpperPB, String]
- def lang: Lens[UpperPB, String]
- def len: Lens[UpperPB, Int]
- def live: Lens[UpperPB, Boolean]
- def modify(f: (Content) => Content): Mutation[UpperPB]
- Definition Classes
- Lens
- def mrating: Lens[UpperPB, MediaRating]
- 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 optionalExt: Lens[UpperPB, Option[Struct]]
- def optionalProducer: Lens[UpperPB, Option[Producer]]
- def prodq: Lens[UpperPB, ProductionQuality]
- def producer: Lens[UpperPB, Producer]
- def rating: Lens[UpperPB, String]
- def season: Lens[UpperPB, String]
- def series: Lens[UpperPB, String]
- def set(c: Content): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Content]): Mutation[UpperPB]
- Definition Classes
- Lens
- def srcrel: Lens[UpperPB, Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: Lens[UpperPB, String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[Content, Content]) => Mutation[Content]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def urating: Lens[UpperPB, String]
- def url: Lens[UpperPB, String]
- 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, (Content, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)