scala.meta.internal.semanticdb3.Type

TypeLens

implicit class TypeLens[UpperPB] extends ObjectLens[UpperPB, Type]

Linear Supertypes
ObjectLens[UpperPB, Type], Lens[UpperPB, Type], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
Implicitly
  1. by TypeLens
  2. by TypeLens
  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 TypeLens(_l: Lens[UpperPB, Type])

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 TypeLens[UpperPB] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (TypeLens[UpperPB], B)

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

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

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

    Definition Classes
    Any
  9. def annotatedType: Lens[UpperPB, AnnotatedType]

  10. final def asInstanceOf[T0]: T0

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

  12. def classInfoType: Lens[UpperPB, ClassInfoType]

  13. def clone(): AnyRef

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

    Definition Classes
    Lens
  15. def ensuring(cond: (TypeLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): TypeLens[UpperPB]

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

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

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

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

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

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

  22. def field[A](getter: (Type) ⇒ A)(setter: (Type, A) ⇒ Type): Lens[UpperPB, A]

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

    Definition Classes
    ObjectLens
  24. def finalize(): Unit

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

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

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

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

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

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def methodType: Lens[UpperPB, MethodType]

  32. def modify(f: (Type) ⇒ Type): (UpperPB) ⇒ UpperPB

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

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

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

    Definition Classes
    AnyRef
  36. def optionalAnnotatedType: Lens[UpperPB, Option[AnnotatedType]]

  37. def optionalByNameType: Lens[UpperPB, Option[ByNameType]]

  38. def optionalClassInfoType: Lens[UpperPB, Option[ClassInfoType]]

  39. def optionalExistentialType: Lens[UpperPB, Option[ExistentialType]]

  40. def optionalIntersectionType: Lens[UpperPB, Option[IntersectionType]]

  41. def optionalMethodType: Lens[UpperPB, Option[MethodType]]

  42. def optionalRepeatedType: Lens[UpperPB, Option[RepeatedType]]

  43. def optionalSingletonType: Lens[UpperPB, Option[SingletonType]]

  44. def optionalStructuralType: Lens[UpperPB, Option[StructuralType]]

  45. def optionalTypeRef: Lens[UpperPB, Option[TypeRef]]

  46. def optionalTypeType: Lens[UpperPB, Option[TypeType]]

  47. def optionalUnionType: Lens[UpperPB, Option[UnionType]]

  48. def optionalUniversalType: Lens[UpperPB, Option[UniversalType]]

  49. def optionalWithType: Lens[UpperPB, Option[WithType]]

  50. def repeatedType: Lens[UpperPB, RepeatedType]

  51. def set(c: Type): (UpperPB) ⇒ UpperPB

    Definition Classes
    ObjectLens → Lens
  52. def singletonType: Lens[UpperPB, SingletonType]

  53. def structuralType: Lens[UpperPB, StructuralType]

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

    Definition Classes
    AnyRef
  55. def tag: Lens[UpperPB, Tag]

  56. def toString(): String

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

  58. def typeType: Lens[UpperPB, TypeType]

  59. def unionType: Lens[UpperPB, UnionType]

  60. def universalType: Lens[UpperPB, UniversalType]

  61. def update(ms: (Lens[Type, Type]) ⇒ (Type) ⇒ Type*): (UpperPB) ⇒ UpperPB

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

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

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

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

  66. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Type, B)]

    Definition Classes
    Lens
  67. def [B](y: B): (TypeLens[UpperPB], B)

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

Shadowed Implicit Value Members

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

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  2. def :=(a: Type): (UpperPB) ⇒ UpperPB

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).byNameType
  7. def classInfoType: Lens[UpperPB, ClassInfoType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).classInfoType
  8. def classInfoType: Lens[UpperPB, ClassInfoType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).classInfoType
  9. def compose[B](other: Lens[Type, B]): Lens[UpperPB, B]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  10. def compose[B](other: Lens[Type, B]): Lens[UpperPB, B]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  11. def existentialType: Lens[UpperPB, ExistentialType]

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

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

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).intersectionType
  21. def methodType: Lens[UpperPB, MethodType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).methodType
  22. def methodType: Lens[UpperPB, MethodType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).methodType
  23. def modify(f: (Type) ⇒ Type): (UpperPB) ⇒ UpperPB

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

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  25. def optionalAnnotatedType: Lens[UpperPB, Option[AnnotatedType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalAnnotatedType
  26. def optionalAnnotatedType: Lens[UpperPB, Option[AnnotatedType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalAnnotatedType
  27. def optionalByNameType: Lens[UpperPB, Option[ByNameType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalByNameType
  28. def optionalByNameType: Lens[UpperPB, Option[ByNameType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalByNameType
  29. def optionalClassInfoType: Lens[UpperPB, Option[ClassInfoType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalClassInfoType
  30. def optionalClassInfoType: Lens[UpperPB, Option[ClassInfoType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalClassInfoType
  31. def optionalExistentialType: Lens[UpperPB, Option[ExistentialType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalExistentialType
  32. def optionalExistentialType: Lens[UpperPB, Option[ExistentialType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalExistentialType
  33. def optionalIntersectionType: Lens[UpperPB, Option[IntersectionType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalIntersectionType
  34. def optionalIntersectionType: Lens[UpperPB, Option[IntersectionType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalIntersectionType
  35. def optionalMethodType: Lens[UpperPB, Option[MethodType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalMethodType
  36. def optionalMethodType: Lens[UpperPB, Option[MethodType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalMethodType
  37. def optionalRepeatedType: Lens[UpperPB, Option[RepeatedType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalRepeatedType
  38. def optionalRepeatedType: Lens[UpperPB, Option[RepeatedType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalRepeatedType
  39. def optionalSingletonType: Lens[UpperPB, Option[SingletonType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalSingletonType
  40. def optionalSingletonType: Lens[UpperPB, Option[SingletonType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalSingletonType
  41. def optionalStructuralType: Lens[UpperPB, Option[StructuralType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalStructuralType
  42. def optionalStructuralType: Lens[UpperPB, Option[StructuralType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalStructuralType
  43. def optionalTypeRef: Lens[UpperPB, Option[TypeRef]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalTypeRef
  44. def optionalTypeRef: Lens[UpperPB, Option[TypeRef]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalTypeRef
  45. def optionalTypeType: Lens[UpperPB, Option[TypeType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalTypeType
  46. def optionalTypeType: Lens[UpperPB, Option[TypeType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalTypeType
  47. def optionalUnionType: Lens[UpperPB, Option[UnionType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalUnionType
  48. def optionalUnionType: Lens[UpperPB, Option[UnionType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalUnionType
  49. def optionalUniversalType: Lens[UpperPB, Option[UniversalType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalUniversalType
  50. def optionalUniversalType: Lens[UpperPB, Option[UniversalType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalUniversalType
  51. def optionalWithType: Lens[UpperPB, Option[WithType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalWithType
  52. def optionalWithType: Lens[UpperPB, Option[WithType]]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).optionalWithType
  53. def repeatedType: Lens[UpperPB, RepeatedType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).repeatedType
  54. def repeatedType: Lens[UpperPB, RepeatedType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).repeatedType
  55. val self: Any

    Implicit information
    This member is added by an implicit conversion from TypeLens[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:
    (typeLens: StringAdd).self
    Definition Classes
    StringAdd
  56. val self: Any

    Implicit information
    This member is added by an implicit conversion from TypeLens[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:
    (typeLens: StringFormat).self
    Definition Classes
    StringFormat
  57. def set(c: Type): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  58. def set(c: Type): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  59. def singletonType: Lens[UpperPB, SingletonType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).singletonType
  60. def singletonType: Lens[UpperPB, SingletonType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).singletonType
  61. def structuralType: Lens[UpperPB, StructuralType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).structuralType
  62. def structuralType: Lens[UpperPB, StructuralType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).structuralType
  63. def tag: Lens[UpperPB, Tag]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).tag
  64. def tag: Lens[UpperPB, Tag]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).tag
  65. def typeRef: Lens[UpperPB, TypeRef]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).typeRef
  66. def typeRef: Lens[UpperPB, TypeRef]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).typeRef
  67. def typeType: Lens[UpperPB, TypeType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).typeType
  68. def typeType: Lens[UpperPB, TypeType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).typeType
  69. def unionType: Lens[UpperPB, UnionType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).unionType
  70. def unionType: Lens[UpperPB, UnionType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).unionType
  71. def universalType: Lens[UpperPB, UniversalType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).universalType
  72. def universalType: Lens[UpperPB, UniversalType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).universalType
  73. def update(ms: (Lens[Type, Type]) ⇒ (Type) ⇒ Type*): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  74. def update(ms: (Lens[Type, Type]) ⇒ (Type) ⇒ Type*): (UpperPB) ⇒ UpperPB

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  75. def withType: Lens[UpperPB, WithType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).withType
  76. def withType: Lens[UpperPB, WithType]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).withType
  77. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Type, B)]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to TypeLens[UpperPB] performed by method TypeLens in scala.meta.internal.semanticdb3.Type.
    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:
    (typeLens: TypeLens[UpperPB]).zip(other)
    Definition Classes
    Lens
  78. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Type, B)]

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

Deprecated Value Members

  1. def x: TypeLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to ArrowAssoc[TypeLens[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:
    (typeLens: ArrowAssoc[TypeLens[UpperPB]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: TypeLens[UpperPB]

    Implicit information
    This member is added by an implicit conversion from TypeLens[UpperPB] to Ensuring[TypeLens[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:
    (typeLens: Ensuring[TypeLens[UpperPB]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ObjectLens[UpperPB, Type]

Inherited from Lens[UpperPB, Type]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped