Class

scalapb.options.ScalaPbOptions

ScalaPbOptionsLens

Related Doc: package ScalaPbOptions

Permalink

implicit class ScalaPbOptionsLens[UpperPB] extends ObjectLens[UpperPB, ScalaPbOptions]

Linear Supertypes
ObjectLens[UpperPB, ScalaPbOptions], Lens[UpperPB, ScalaPbOptions], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaPbOptionsLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaPbOptionsLens(_l: Lens[UpperPB, ScalaPbOptions])

    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 :=(a: ScalaPbOptions): Mutation[UpperPB]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def collectionType: Lens[UpperPB, String]

    Permalink
  8. def compose[B](other: Lens[ScalaPbOptions, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flatPackage: Lens[UpperPB, Boolean]

    Permalink
  15. def get(u: UpperPB): ScalaPbOptions

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def import: Lens[UpperPB, Seq[String]]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def lenses: Lens[UpperPB, Boolean]

    Permalink
  21. def modify(f: (ScalaPbOptions) ⇒ ScalaPbOptions): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    AnyRef
  23. def noPrimitiveWrappers: Lens[UpperPB, Boolean]

    Permalink
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def objectName: Lens[UpperPB, String]

    Permalink
  27. def optionalCollectionType: Lens[UpperPB, Option[String]]

    Permalink
  28. def optionalFlatPackage: Lens[UpperPB, Option[Boolean]]

    Permalink
  29. def optionalLenses: Lens[UpperPB, Option[Boolean]]

    Permalink
  30. def optionalNoPrimitiveWrappers: Lens[UpperPB, Option[Boolean]]

    Permalink
  31. def optionalObjectName: Lens[UpperPB, Option[String]]

    Permalink
  32. def optionalPackageName: Lens[UpperPB, Option[String]]

    Permalink
  33. def optionalPreserveUnknownFields: Lens[UpperPB, Option[Boolean]]

    Permalink
  34. def optionalPrimitiveWrappers: Lens[UpperPB, Option[Boolean]]

    Permalink
  35. def optionalRetainSourceCodeInfo: Lens[UpperPB, Option[Boolean]]

    Permalink
  36. def optionalScope: Lens[UpperPB, Option[OptionsScope]]

    Permalink
  37. def optionalSingleFile: Lens[UpperPB, Option[Boolean]]

    Permalink
  38. def optionalTestOnlyNoJavaConversions: Lens[UpperPB, Option[Boolean]]

    Permalink
  39. def packageName: Lens[UpperPB, String]

    Permalink
  40. def preamble: Lens[UpperPB, Seq[String]]

    Permalink
  41. def preserveUnknownFields: Lens[UpperPB, Boolean]

    Permalink
  42. def primitiveWrappers: Lens[UpperPB, Boolean]

    Permalink
  43. def retainSourceCodeInfo: Lens[UpperPB, Boolean]

    Permalink
  44. def scope: Lens[UpperPB, OptionsScope]

    Permalink
  45. def set(c: ScalaPbOptions): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  46. def singleFile: Lens[UpperPB, Boolean]

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

    Permalink
    Definition Classes
    AnyRef
  48. def testOnlyNoJavaConversions: Lens[UpperPB, Boolean]

    Permalink
  49. def toString(): String

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

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

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

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

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

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, ScalaPbOptions]

Inherited from Lens[UpperPB, ScalaPbOptions]

Inherited from AnyRef

Inherited from Any

Ungrouped