Class

org.scalameta.semantic.v1.proto.DatabaseFile

DatabaseFileLens

Related Doc: package DatabaseFile

Permalink

implicit class DatabaseFileLens[UpperPB] extends ObjectLens[UpperPB, DatabaseFile]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def address: Lens[UpperPB, Address]

    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[DatabaseFile, B]): Lens[UpperPB, B]

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

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

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

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

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

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

    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 messages: Lens[UpperPB, Seq[CompilerMessage]]

    Permalink
  26. def modify(f: (DatabaseFile) ⇒ DatabaseFile): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def optionalAddress: Lens[UpperPB, Option[Address]]

    Permalink
  31. def set(c: DatabaseFile): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  32. def symbols: Lens[UpperPB, Seq[ResolvedName]]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def [B](y: B): (DatabaseFileLens[UpperPB], B)

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

Shadowed Implicit Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  2. def :=(a: DatabaseFile): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).:=(a)
    Definition Classes
    Lens
  3. def address: Lens[UpperPB, Address]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).address
  4. def address: Lens[UpperPB, Address]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).address
  5. def compose[B](other: Lens[DatabaseFile, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  6. def compose[B](other: Lens[DatabaseFile, B]): Lens[UpperPB, B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).compose(other)
    Definition Classes
    Lens
  7. def field[A](getter: (DatabaseFile) ⇒ A)(setter: (DatabaseFile, A) ⇒ DatabaseFile): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  8. def field[A](lens: Lens[DatabaseFile, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  9. def field[A](getter: (DatabaseFile) ⇒ A)(setter: (DatabaseFile, A) ⇒ DatabaseFile): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).field(getter)(setter)
    Definition Classes
    ObjectLens
  10. def field[A](lens: Lens[DatabaseFile, A]): Lens[UpperPB, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).field(lens)
    Definition Classes
    ObjectLens
  11. def get(u: UpperPB): DatabaseFile

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  12. def get(u: UpperPB): DatabaseFile

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).get(u)
    Definition Classes
    ObjectLens → Lens
  13. def messages: Lens[UpperPB, Seq[CompilerMessage]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).messages
  14. def messages: Lens[UpperPB, Seq[CompilerMessage]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).messages
  15. def modify(f: (DatabaseFile) ⇒ DatabaseFile): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  16. def modify(f: (DatabaseFile) ⇒ DatabaseFile): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).modify(f)
    Definition Classes
    Lens
  17. def optionalAddress: Lens[UpperPB, Option[Address]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).optionalAddress
  18. def optionalAddress: Lens[UpperPB, Option[Address]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).optionalAddress
  19. def set(c: DatabaseFile): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  20. def set(c: DatabaseFile): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).set(c)
    Definition Classes
    ObjectLens → Lens
  21. def symbols: Lens[UpperPB, Seq[ResolvedName]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).symbols
  22. def symbols: Lens[UpperPB, Seq[ResolvedName]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).symbols
  23. def update(ms: (Lens[DatabaseFile, DatabaseFile]) ⇒ Mutation[DatabaseFile]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens
  24. def update(ms: (Lens[DatabaseFile, DatabaseFile]) ⇒ Mutation[DatabaseFile]*): Mutation[UpperPB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DatabaseFileLens[UpperPB] to DatabaseFileLens[UpperPB] performed by method DatabaseFileLens in org.scalameta.semantic.v1.proto.DatabaseFile.
    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:
    (databaseFileLens: DatabaseFileLens[UpperPB]).update(ms)
    Definition Classes
    ObjectLens

Inherited from ObjectLens[UpperPB, DatabaseFile]

Inherited from Lens[UpperPB, DatabaseFile]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Ungrouped