Class

scala.meta.internal.semanticdb.TypeMessage

TypeMessageLens

Related Doc: package TypeMessage

Permalink

implicit class TypeMessageLens[UpperPB] extends ObjectLens[UpperPB, TypeMessage]

Linear Supertypes
ObjectLens[UpperPB, TypeMessage], Lens[UpperPB, TypeMessage], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeMessageLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
Implicitly
  1. by TypeMessageLens
  2. by TypeMessageLens
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeMessageLens(_l: Lens[UpperPB, TypeMessage])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to ArrowAssoc[TypeMessageLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def :=(a: TypeMessage): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def annotatedType: Lens[UpperPB, AnnotatedType]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def byNameType: Lens[UpperPB, ByNameType]

    Permalink
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  12. def constantType: Lens[UpperPB, ConstantType]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def existentialType: Lens[UpperPB, ExistentialType]

    Permalink
  20. def field[A](getter: (TypeMessage) ⇒ A)(setter: (TypeMessage, A) ⇒ TypeMessage): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[TypeMessage, A]): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  22. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def intersectionType: Lens[UpperPB, IntersectionType]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def matchType: Lens[UpperPB, MatchType]

    Permalink
  30. def modify(f: (TypeMessage) ⇒ TypeMessage): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def repeatedType: Lens[UpperPB, RepeatedType]

    Permalink
  35. def sealedValue: Lens[UpperPB, SealedValue]

    Permalink
  36. def set(c: TypeMessage): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  37. def setIfDefined(aOpt: Option[TypeMessage]): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  38. def singleType: Lens[UpperPB, SingleType]

    Permalink
  39. def structuralType: Lens[UpperPB, StructuralType]

    Permalink
  40. def superType: Lens[UpperPB, SuperType]

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

    Permalink
    Definition Classes
    AnyRef
  42. def thisType: Lens[UpperPB, ThisType]

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def typeRef: Lens[UpperPB, TypeRef]

    Permalink
  45. def unionType: Lens[UpperPB, UnionType]

    Permalink
  46. def universalType: Lens[UpperPB, UniversalType]

    Permalink
  47. def update(ms: (Lens[TypeMessage, TypeMessage]) ⇒ Mutation[TypeMessage]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def withType: Lens[UpperPB, WithType]

    Permalink
  52. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TypeMessage, B)]

    Permalink
    Definition Classes
    Lens
  53. def [B](y: B): (TypeMessageLens[UpperPB], B)

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

Shadowed Implicit Value Members

  1. def :=(a: TypeMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  2. def :=(a: TypeMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  3. def annotatedType: Lens[UpperPB, AnnotatedType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).annotatedType
  4. def annotatedType: Lens[UpperPB, AnnotatedType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).annotatedType
  5. def byNameType: Lens[UpperPB, ByNameType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).byNameType
  6. def byNameType: Lens[UpperPB, ByNameType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).byNameType
  7. def compose[B](other: Lens[TypeMessage, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  8. def compose[B](other: Lens[TypeMessage, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  9. def constantType: Lens[UpperPB, ConstantType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).constantType
  10. def constantType: Lens[UpperPB, ConstantType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).constantType
  11. def existentialType: Lens[UpperPB, ExistentialType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).existentialType
  12. def existentialType: Lens[UpperPB, ExistentialType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).existentialType
  13. def field[A](getter: (TypeMessage) ⇒ A)(setter: (TypeMessage, A) ⇒ TypeMessage): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[TypeMessage, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  15. def field[A](getter: (TypeMessage) ⇒ A)(setter: (TypeMessage, A) ⇒ TypeMessage): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  16. def field[A](lens: Lens[TypeMessage, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  17. def get(u: UpperPB): TypeMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  18. def get(u: UpperPB): TypeMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  19. def intersectionType: Lens[UpperPB, IntersectionType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).intersectionType
  20. def intersectionType: Lens[UpperPB, IntersectionType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).intersectionType
  21. def matchType: Lens[UpperPB, MatchType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).matchType
  22. def matchType: Lens[UpperPB, MatchType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).matchType
  23. def modify(f: (TypeMessage) ⇒ TypeMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  24. def modify(f: (TypeMessage) ⇒ TypeMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  25. def repeatedType: Lens[UpperPB, RepeatedType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).repeatedType
  26. def repeatedType: Lens[UpperPB, RepeatedType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).repeatedType
  27. def sealedValue: Lens[UpperPB, SealedValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).sealedValue
  28. def sealedValue: Lens[UpperPB, SealedValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).sealedValue
  29. def set(c: TypeMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  30. def set(c: TypeMessage): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  31. def setIfDefined(aOpt: Option[TypeMessage]): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).setIfDefined(aOpt)
    Definition Classes
    Lens
  32. def setIfDefined(aOpt: Option[TypeMessage]): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).setIfDefined(aOpt)
    Definition Classes
    Lens
  33. def singleType: Lens[UpperPB, SingleType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).singleType
  34. def singleType: Lens[UpperPB, SingleType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).singleType
  35. def structuralType: Lens[UpperPB, StructuralType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).structuralType
  36. def structuralType: Lens[UpperPB, StructuralType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).structuralType
  37. def superType: Lens[UpperPB, SuperType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).superType
  38. def superType: Lens[UpperPB, SuperType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).superType
  39. def thisType: Lens[UpperPB, ThisType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).thisType
  40. def thisType: Lens[UpperPB, ThisType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).thisType
  41. def typeRef: Lens[UpperPB, TypeRef]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).typeRef
  42. def typeRef: Lens[UpperPB, TypeRef]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).typeRef
  43. def unionType: Lens[UpperPB, UnionType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).unionType
  44. def unionType: Lens[UpperPB, UnionType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).unionType
  45. def universalType: Lens[UpperPB, UniversalType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).universalType
  46. def universalType: Lens[UpperPB, UniversalType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).universalType
  47. def update(ms: (Lens[TypeMessage, TypeMessage]) ⇒ Mutation[TypeMessage]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  48. def update(ms: (Lens[TypeMessage, TypeMessage]) ⇒ Mutation[TypeMessage]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  49. def withType: Lens[UpperPB, WithType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).withType
  50. def withType: Lens[UpperPB, WithType]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).withType
  51. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TypeMessage, B)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).zip(other)
    Definition Classes
    Lens
  52. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TypeMessage, B)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TypeMessageLens[UpperPB] to TypeMessageLens[UpperPB] performed by method TypeMessageLens in scala.meta.internal.semanticdb.TypeMessage.
    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:
    (typeMessageLens: TypeMessageLens[UpperPB]).zip(other)
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, TypeMessage]

Inherited from Lens[UpperPB, TypeMessage]

Inherited from AnyRef

Inherited from Any

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

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

Inherited by implicit conversion any2stringadd from TypeMessageLens[UpperPB] to any2stringadd[TypeMessageLens[UpperPB]]

Inherited by implicit conversion StringFormat from TypeMessageLens[UpperPB] to StringFormat[TypeMessageLens[UpperPB]]

Inherited by implicit conversion Ensuring from TypeMessageLens[UpperPB] to Ensuring[TypeMessageLens[UpperPB]]

Inherited by implicit conversion ArrowAssoc from TypeMessageLens[UpperPB] to ArrowAssoc[TypeMessageLens[UpperPB]]

Ungrouped