Class

scala.meta.internal.semanticdb.ConstantMessage

ConstantMessageLens

Related Doc: package ConstantMessage

Permalink

implicit class ConstantMessageLens[UpperPB] extends ObjectLens[UpperPB, ConstantMessage]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def booleanConstant: Lens[UpperPB, BooleanConstant]

    Permalink
  9. def byteConstant: Lens[UpperPB, ByteConstant]

    Permalink
  10. def charConstant: Lens[UpperPB, CharConstant]

    Permalink
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  13. def doubleConstant: Lens[UpperPB, DoubleConstant]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[ConstantMessage, 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 floatConstant: Lens[UpperPB, FloatConstant]

    Permalink
  24. def formatted(fmtstr: String): String

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def intConstant: Lens[UpperPB, IntConstant]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def longConstant: Lens[UpperPB, LongConstant]

    Permalink
  31. def modify(f: (ConstantMessage) ⇒ ConstantMessage): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def nullConstant: Lens[UpperPB, NullConstant]

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

    Permalink
  37. def set(c: ConstantMessage): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  38. def shortConstant: Lens[UpperPB, ShortConstant]

    Permalink
  39. def stringConstant: Lens[UpperPB, StringConstant]

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

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def unitConstant: Lens[UpperPB, UnitConstant]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (ConstantMessage, B)]

    Permalink
    Definition Classes
    Lens
  48. def [B](y: B): (ConstantMessageLens[UpperPB], B)

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

Shadowed Implicit Value Members

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).booleanConstant
  4. def booleanConstant: Lens[UpperPB, BooleanConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).booleanConstant
  5. def byteConstant: Lens[UpperPB, ByteConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).byteConstant
  6. def byteConstant: Lens[UpperPB, ByteConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).byteConstant
  7. def charConstant: Lens[UpperPB, CharConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).charConstant
  8. def charConstant: Lens[UpperPB, CharConstant]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  11. def doubleConstant: Lens[UpperPB, DoubleConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).doubleConstant
  12. def doubleConstant: Lens[UpperPB, DoubleConstant]

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  17. def floatConstant: Lens[UpperPB, FloatConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).floatConstant
  18. def floatConstant: Lens[UpperPB, FloatConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).floatConstant
  19. def get(u: UpperPB): ConstantMessage

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  21. def intConstant: Lens[UpperPB, IntConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).intConstant
  22. def intConstant: Lens[UpperPB, IntConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).intConstant
  23. def longConstant: Lens[UpperPB, LongConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).longConstant
  24. def longConstant: Lens[UpperPB, LongConstant]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  27. def nullConstant: Lens[UpperPB, NullConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).nullConstant
  28. def nullConstant: Lens[UpperPB, NullConstant]

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  33. def shortConstant: Lens[UpperPB, ShortConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).shortConstant
  34. def shortConstant: Lens[UpperPB, ShortConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).shortConstant
  35. def stringConstant: Lens[UpperPB, StringConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).stringConstant
  36. def stringConstant: Lens[UpperPB, StringConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).stringConstant
  37. def unitConstant: Lens[UpperPB, UnitConstant]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).unitConstant
  38. def unitConstant: Lens[UpperPB, UnitConstant]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ConstantMessageLens[UpperPB] to ConstantMessageLens[UpperPB] performed by method ConstantMessageLens in scala.meta.internal.semanticdb.ConstantMessage.
    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:
    (constantMessageLens: ConstantMessageLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  41. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (ConstantMessage, B)]

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

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

Inherited from ObjectLens[UpperPB, ConstantMessage]

Inherited from Lens[UpperPB, ConstantMessage]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped