org.langmeta.internal.semanticdb.schema.Document

DocumentLens

implicit class DocumentLens[UpperPB] extends ObjectLens[UpperPB, Document]

Linear Supertypes
ObjectLens[UpperPB, Document], Lens[UpperPB, Document], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DocumentLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
Implicitly
  1. by DocumentLens
  2. by DocumentLens
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocumentLens(_l: Lens[UpperPB, Document])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (DocumentLens[UpperPB], B)

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to ArrowAssoc[DocumentLens[UpperPB]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def :=(a: Document): (UpperPB) ⇒ UpperPB

    Definition Classes
    Lens
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose[B](other: Lens[Document, B]): Lens[UpperPB, B]

    Definition Classes
    Lens
  12. def contents: Lens[UpperPB, String]

  13. def ensuring(cond: (DocumentLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): DocumentLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to Ensuring[DocumentLens[UpperPB]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (DocumentLens[UpperPB]) ⇒ Boolean): DocumentLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to Ensuring[DocumentLens[UpperPB]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): DocumentLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to Ensuring[DocumentLens[UpperPB]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): DocumentLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to Ensuring[DocumentLens[UpperPB]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def field[A](getter: (Document) ⇒ A)(setter: (Document, A) ⇒ Document): Lens[UpperPB, A]

    Definition Classes
    ObjectLens
  20. def field[A](lens: Lens[Document, A]): Lens[UpperPB, A]

    Definition Classes
    ObjectLens
  21. def filename: Lens[UpperPB, String]

  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def get(u: UpperPB): Document

    Definition Classes
    ObjectLens → Lens
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def language: Lens[UpperPB, String]

  29. def messages: Lens[UpperPB, Seq[Message]]

  30. def modify(f: (Document) ⇒ Document): (UpperPB) ⇒ UpperPB

    Definition Classes
    Lens
  31. def names: Lens[UpperPB, Seq[ResolvedName]]

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def set(c: Document): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens → Lens
  36. def symbols: Lens[UpperPB, Seq[ResolvedSymbol]]

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def synthetics: Lens[UpperPB, Seq[Synthetic]]

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def update(ms: (Lens[Document, Document]) ⇒ (Document) ⇒ Document*): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Document, B)]

    Definition Classes
    Lens
  45. def [B](y: B): (DocumentLens[UpperPB], B)

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to ArrowAssoc[DocumentLens[UpperPB]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def :=(a: Document): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  2. def :=(a: Document): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  3. def compose[B](other: Lens[Document, B]): Lens[UpperPB, B]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  4. def compose[B](other: Lens[Document, B]): Lens[UpperPB, B]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  5. def contents: Lens[UpperPB, String]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).contents
  6. def contents: Lens[UpperPB, String]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).contents
  7. def field[A](getter: (Document) ⇒ A)(setter: (Document, A) ⇒ Document): Lens[UpperPB, A]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  8. def field[A](lens: Lens[Document, A]): Lens[UpperPB, A]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  9. def field[A](getter: (Document) ⇒ A)(setter: (Document, A) ⇒ Document): Lens[UpperPB, A]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  10. def field[A](lens: Lens[Document, A]): Lens[UpperPB, A]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  11. def filename: Lens[UpperPB, String]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).filename
  12. def filename: Lens[UpperPB, String]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).filename
  13. def get(u: UpperPB): Document

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  14. def get(u: UpperPB): Document

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  15. def language: Lens[UpperPB, String]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).language
  16. def language: Lens[UpperPB, String]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).language
  17. def messages: Lens[UpperPB, Seq[Message]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).messages
  18. def messages: Lens[UpperPB, Seq[Message]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).messages
  19. def modify(f: (Document) ⇒ Document): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  20. def modify(f: (Document) ⇒ Document): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  21. def names: Lens[UpperPB, Seq[ResolvedName]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).names
  22. def names: Lens[UpperPB, Seq[ResolvedName]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).names
  23. val self: Any

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (documentLens: StringAdd).self
    Definition Classes
    StringAdd
  24. val self: Any

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (documentLens: StringFormat).self
    Definition Classes
    StringFormat
  25. def set(c: Document): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  26. def set(c: Document): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  27. def symbols: Lens[UpperPB, Seq[ResolvedSymbol]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).symbols
  28. def symbols: Lens[UpperPB, Seq[ResolvedSymbol]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).symbols
  29. def synthetics: Lens[UpperPB, Seq[Synthetic]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).synthetics
  30. def synthetics: Lens[UpperPB, Seq[Synthetic]]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).synthetics
  31. def update(ms: (Lens[Document, Document]) ⇒ (Document) ⇒ Document*): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  32. def update(ms: (Lens[Document, Document]) ⇒ (Document) ⇒ Document*): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  33. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Document, B)]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).zip(other)
    Definition Classes
    Lens
  34. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Document, B)]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to DocumentLens[UpperPB] performed by method DocumentLens in org.langmeta.internal.semanticdb.schema.Document.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (documentLens: DocumentLens[UpperPB]).zip(other)
    Definition Classes
    Lens

Deprecated Value Members

  1. def x: DocumentLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to ArrowAssoc[DocumentLens[UpperPB]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (documentLens: ArrowAssoc[DocumentLens[UpperPB]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: DocumentLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from DocumentLens[UpperPB] to Ensuring[DocumentLens[UpperPB]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (documentLens: Ensuring[DocumentLens[UpperPB]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ObjectLens[UpperPB, Document]

Inherited from Lens[UpperPB, Document]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion DocumentLens from DocumentLens[UpperPB] to DocumentLens[UpperPB]

Inherited by implicit conversion DocumentLens from DocumentLens[UpperPB] to DocumentLens[UpperPB]

Inherited by implicit conversion any2stringadd from DocumentLens[UpperPB] to StringAdd

Inherited by implicit conversion any2stringfmt from DocumentLens[UpperPB] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from DocumentLens[UpperPB] to ArrowAssoc[DocumentLens[UpperPB]]

Inherited by implicit conversion any2Ensuring from DocumentLens[UpperPB] to Ensuring[DocumentLens[UpperPB]]

Ungrouped