Packages

implicit class ContentLens[UpperPB] extends ObjectLens[UpperPB, Content]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Content): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def album: Lens[UpperPB, String]
  6. def artist: Lens[UpperPB, String]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def cat: Lens[UpperPB, Seq[String]]
  9. def cattax: Lens[UpperPB, CategoryTaxonomy]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def compose[B](other: Lens[Content, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def context: Lens[UpperPB, ContentContext]
  13. def data: Lens[UpperPB, Seq[Data]]
  14. def embed: Lens[UpperPB, Boolean]
  15. def episode: Lens[UpperPB, Int]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def ext: Lens[UpperPB, Struct]
  19. def extProto: Lens[UpperPB, Seq[Any]]
  20. def field[A](getter: (Content) => A)(setter: (Content, A) => Content): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[Content, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def genre: Lens[UpperPB, String]
  23. def get(u: UpperPB): Content
    Definition Classes
    ObjectLens → Lens
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def id: Lens[UpperPB, String]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isrc: Lens[UpperPB, String]
  29. def keywords: Lens[UpperPB, String]
  30. def lang: Lens[UpperPB, String]
  31. def len: Lens[UpperPB, Int]
  32. def live: Lens[UpperPB, Boolean]
  33. def modify(f: (Content) => Content): Mutation[UpperPB]
    Definition Classes
    Lens
  34. def mrating: Lens[UpperPB, MediaRating]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. def optionalExt: Lens[UpperPB, Option[Struct]]
  39. def optionalProducer: Lens[UpperPB, Option[Producer]]
  40. def prodq: Lens[UpperPB, ProductionQuality]
  41. def producer: Lens[UpperPB, Producer]
  42. def rating: Lens[UpperPB, String]
  43. def season: Lens[UpperPB, String]
  44. def series: Lens[UpperPB, String]
  45. def set(c: Content): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  46. def setIfDefined(aOpt: Option[Content]): Mutation[UpperPB]
    Definition Classes
    Lens
  47. def srcrel: Lens[UpperPB, Int]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def title: Lens[UpperPB, String]
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def update(ms: (Lens[Content, Content]) => Mutation[Content]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  52. def urating: Lens[UpperPB, String]
  53. def url: Lens[UpperPB, String]
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Content, B)]
    Definition Classes
    Lens

Deprecated Value Members

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

    (Since version 9)

Inherited from ObjectLens[UpperPB, Content]

Inherited from Lens[UpperPB, Content]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped