Class

scala.meta.internal.semanticdb.FunctionTree

FunctionTreeLens

Related Doc: package FunctionTree

Permalink

implicit class FunctionTreeLens[UpperPB] extends ObjectLens[UpperPB, FunctionTree]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FunctionTreeLens[UpperPB] to ArrowAssoc[FunctionTreeLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def :=(a: FunctionTree): 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 body: Lens[UpperPB, Tree]

    Permalink
  9. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FunctionTreeLens[UpperPB] to Ensuring[FunctionTreeLens[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: (FunctionTree) ⇒ A)(setter: (FunctionTree, A) ⇒ FunctionTree): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  18. def field[A](lens: Lens[FunctionTree, 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 FunctionTreeLens[UpperPB] to StringFormat[FunctionTreeLens[UpperPB]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def get(u: UpperPB): FunctionTree

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def modify(f: (FunctionTree) ⇒ FunctionTree): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def parameters: Lens[UpperPB, collection.Seq[IdTree]]

    Permalink
  30. def set(c: FunctionTree): Mutation[UpperPB]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def update(ms: (Lens[FunctionTree, FunctionTree]) ⇒ Mutation[FunctionTree]*): Mutation[UpperPB]

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

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

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

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

    Permalink
    Definition Classes
    Lens
  38. def [B](y: B): (FunctionTreeLens[UpperPB], B)

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

Shadowed Implicit Value Members

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FunctionTreeLens[UpperPB] to FunctionTreeLens[UpperPB] performed by method FunctionTreeLens in scala.meta.internal.semanticdb.FunctionTree.
    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:
    (functionTreeLens: FunctionTreeLens[UpperPB]).body
  4. def body: Lens[UpperPB, Tree]

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FunctionTreeLens[UpperPB] to FunctionTreeLens[UpperPB] performed by method FunctionTreeLens in scala.meta.internal.semanticdb.FunctionTree.
    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:
    (functionTreeLens: FunctionTreeLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  13. def modify(f: (FunctionTree) ⇒ FunctionTree): Mutation[UpperPB]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FunctionTreeLens[UpperPB] to FunctionTreeLens[UpperPB] performed by method FunctionTreeLens in scala.meta.internal.semanticdb.FunctionTree.
    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:
    (functionTreeLens: FunctionTreeLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  15. def parameters: Lens[UpperPB, collection.Seq[IdTree]]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from FunctionTreeLens[UpperPB] to FunctionTreeLens[UpperPB] performed by method FunctionTreeLens in scala.meta.internal.semanticdb.FunctionTree.
    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:
    (functionTreeLens: FunctionTreeLens[UpperPB]).parameters
  17. def set(c: FunctionTree): Mutation[UpperPB]

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

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

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

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

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

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

Inherited from ObjectLens[UpperPB, FunctionTree]

Inherited from Lens[UpperPB, FunctionTree]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped