Class

scala.meta.internal.semanticdb.TreeMessage

TreeMessageLens

Related Doc: package TreeMessage

Permalink

implicit class TreeMessageLens[UpperPB] extends ObjectLens[UpperPB, TreeMessage]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def applyTree: Lens[UpperPB, ApplyTree]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  11. def ensuring(cond: (TreeMessageLens[UpperPB]) ⇒ Boolean, msg: ⇒ Any): TreeMessageLens[UpperPB]

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to StringFormat[TreeMessageLens[UpperPB]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def functionTree: Lens[UpperPB, FunctionTree]

    Permalink
  22. def get(u: UpperPB): TreeMessage

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def idTree: Lens[UpperPB, IdTree]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def literalTree: Lens[UpperPB, LiteralTree]

    Permalink
  28. def macroExpansionTree: Lens[UpperPB, MacroExpansionTree]

    Permalink
  29. def modify(f: (TreeMessage) ⇒ TreeMessage): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def originalTree: Lens[UpperPB, OriginalTree]

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

    Permalink
  35. def selectTree: Lens[UpperPB, SelectTree]

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

    Permalink
    Definition Classes
    ObjectLens → Lens
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def typeApplyTree: Lens[UpperPB, TypeApplyTree]

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

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

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

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

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

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

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

Shadowed Implicit Value Members

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).applyTree
  4. def applyTree: Lens[UpperPB, ApplyTree]

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  11. def functionTree: Lens[UpperPB, FunctionTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).functionTree
  12. def functionTree: Lens[UpperPB, FunctionTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).functionTree
  13. def get(u: UpperPB): TreeMessage

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  15. def idTree: Lens[UpperPB, IdTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).idTree
  16. def idTree: Lens[UpperPB, IdTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).idTree
  17. def literalTree: Lens[UpperPB, LiteralTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).literalTree
  18. def literalTree: Lens[UpperPB, LiteralTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).literalTree
  19. def macroExpansionTree: Lens[UpperPB, MacroExpansionTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).macroExpansionTree
  20. def macroExpansionTree: Lens[UpperPB, MacroExpansionTree]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  23. def originalTree: Lens[UpperPB, OriginalTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).originalTree
  24. def originalTree: Lens[UpperPB, OriginalTree]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).selectTree
  28. def selectTree: Lens[UpperPB, SelectTree]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  31. def typeApplyTree: Lens[UpperPB, TypeApplyTree]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TreeMessageLens[UpperPB] to TreeMessageLens[UpperPB] performed by method TreeMessageLens in scala.meta.internal.semanticdb.TreeMessage.
    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:
    (treeMessageLens: TreeMessageLens[UpperPB]).typeApplyTree
  32. def typeApplyTree: Lens[UpperPB, TypeApplyTree]

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

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

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

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

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

Inherited from ObjectLens[UpperPB, TreeMessage]

Inherited from Lens[UpperPB, TreeMessage]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped