Packages

implicit class TypeSignatureLens[UpperPB] extends ObjectLens[UpperPB, TypeSignature]

Linear Supertypes
ObjectLens[UpperPB, TypeSignature], Lens[UpperPB, TypeSignature], Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeSignatureLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
Implicitly
  1. by XtensionTokenizeInputLike
  2. by XtensionStructure
  3. by XtensionSyntax
  4. by XtensionShow
  5. by XtensionParseInputLike
  6. by XtensionClassifiable
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeSignatureLens(_l: Lens[UpperPB, TypeSignature])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to any2stringadd[TypeSignatureLens[UpperPB]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TypeSignatureLens[UpperPB], B)
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to ArrowAssoc[TypeSignatureLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def :=(a: TypeSignature): Mutation[UpperPB]
    Definition Classes
    Lens
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compose[B](other: Lens[TypeSignature, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def ensuring(cond: (TypeSignatureLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): TypeSignatureLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to Ensuring[TypeSignatureLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (TypeSignatureLens[UpperPB]) ⇒ Boolean): TypeSignatureLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to Ensuring[TypeSignatureLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): TypeSignatureLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to Ensuring[TypeSignatureLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): TypeSignatureLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to Ensuring[TypeSignatureLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def field[A](getter: (TypeSignature) ⇒ A)(setter: (TypeSignature, A) ⇒ TypeSignature): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def field[A](lens: Lens[TypeSignature, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(u: UpperPB): TypeSignature
    Definition Classes
    ObjectLens → Lens
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def is[U](implicit c: Classifier[TypeSignatureLens[UpperPB], U]): Boolean
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionClassifiable[TypeSignatureLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  23. def isAny[U1, U2, U3, U4](implicit c1: Classifier[TypeSignatureLens[UpperPB], U1], c2: Classifier[TypeSignatureLens[UpperPB], U2], c3: Classifier[TypeSignatureLens[UpperPB], U3], c4: Classifier[TypeSignatureLens[UpperPB], U4]): Boolean
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionClassifiable[TypeSignatureLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  24. def isAny[U1, U2, U3](implicit c1: Classifier[TypeSignatureLens[UpperPB], U1], c2: Classifier[TypeSignatureLens[UpperPB], U2], c3: Classifier[TypeSignatureLens[UpperPB], U3]): Boolean
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionClassifiable[TypeSignatureLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  25. def isAny[U1, U2](implicit c1: Classifier[TypeSignatureLens[UpperPB], U1], c2: Classifier[TypeSignatureLens[UpperPB], U2]): Boolean
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionClassifiable[TypeSignatureLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  26. def isAnyOf(cs: Classifier[TypeSignatureLens[UpperPB], _]*): Boolean
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionClassifiable[TypeSignatureLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isNot[U](implicit c: Classifier[TypeSignatureLens[UpperPB], U]): Boolean
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionClassifiable[TypeSignatureLens[UpperPB]] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionClassifiable
  29. def lowerBound: Lens[UpperPB, Type]
  30. def modify(f: (TypeSignature) ⇒ TypeSignature): Mutation[UpperPB]
    Definition Classes
    Lens
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def optionalTypeParameters: Lens[UpperPB, Option[Scope]]
  35. def parse[U](implicit convert: Convert[TypeSignatureLens[UpperPB], inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionParseInputLike[TypeSignatureLens[UpperPB]] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  36. def set(c: TypeSignature): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  37. def setIfDefined(aOpt: Option[TypeSignature]): Mutation[UpperPB]
    Definition Classes
    Lens
  38. def show[Style[X] <: Show[X]](implicit style: Style[TypeSignatureLens[UpperPB]]): String
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionShow[TypeSignatureLens[UpperPB]] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  39. def structure: String
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionStructure[TypeSignatureLens[UpperPB]] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionStructure
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def syntax: String
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionSyntax[TypeSignatureLens[UpperPB]] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[TypeSignatureLens[UpperPB]] is in scope.
    Definition Classes
    XtensionSyntax
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def tokenize(implicit convert: Convert[TypeSignatureLens[UpperPB], inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to meta.XtensionTokenizeInputLike[TypeSignatureLens[UpperPB]] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  44. def typeParameters: Lens[UpperPB, Scope]
  45. def update(ms: (Lens[TypeSignature, TypeSignature]) ⇒ Mutation[TypeSignature]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  46. def upperBound: Lens[UpperPB, Type]
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (TypeSignature, B)]
    Definition Classes
    Lens
  51. def [B](y: B): (TypeSignatureLens[UpperPB], B)
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to ArrowAssoc[TypeSignatureLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TypeSignatureLens[UpperPB] to StringFormat[TypeSignatureLens[UpperPB]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from ObjectLens[UpperPB, TypeSignature]

Inherited from Lens[UpperPB, TypeSignature]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTokenizeInputLike from TypeSignatureLens[UpperPB] to meta.XtensionTokenizeInputLike[TypeSignatureLens[UpperPB]]

Inherited by implicit conversion XtensionStructure from TypeSignatureLens[UpperPB] to meta.XtensionStructure[TypeSignatureLens[UpperPB]]

Inherited by implicit conversion XtensionSyntax from TypeSignatureLens[UpperPB] to meta.XtensionSyntax[TypeSignatureLens[UpperPB]]

Inherited by implicit conversion XtensionShow from TypeSignatureLens[UpperPB] to meta.XtensionShow[TypeSignatureLens[UpperPB]]

Inherited by implicit conversion XtensionParseInputLike from TypeSignatureLens[UpperPB] to meta.XtensionParseInputLike[TypeSignatureLens[UpperPB]]

Inherited by implicit conversion XtensionClassifiable from TypeSignatureLens[UpperPB] to meta.XtensionClassifiable[TypeSignatureLens[UpperPB]]

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

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

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

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

Ungrouped