Class

io.envoyproxy.pgv.validate.validate.FieldRules

FieldRulesLens

Related Doc: package FieldRules

Permalink

implicit class FieldRulesLens[UpperPB] extends ObjectLens[UpperPB, FieldRules]

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

Instance Constructors

  1. new FieldRulesLens(_l: Lens[UpperPB, FieldRules])

    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: FieldRules): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. def any: Lens[UpperPB, AnyRules]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bool: Lens[UpperPB, BoolRules]

    Permalink
  8. def bytes: Lens[UpperPB, BytesRules]

    Permalink
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Lens
  11. def double: Lens[UpperPB, DoubleRules]

    Permalink
  12. def duration: Lens[UpperPB, DurationRules]

    Permalink
  13. def enum: Lens[UpperPB, EnumRules]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fixed32: Lens[UpperPB, Fixed32Rules]

    Permalink
  20. def fixed64: Lens[UpperPB, Fixed64Rules]

    Permalink
  21. def float: Lens[UpperPB, FloatRules]

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

    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 int32: Lens[UpperPB, Int32Rules]

    Permalink
  26. def int64: Lens[UpperPB, Int64Rules]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def map: Lens[UpperPB, MapRules]

    Permalink
  29. def message: Lens[UpperPB, MessageRules]

    Permalink
  30. def modify(f: (FieldRules) ⇒ FieldRules): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def optionalMessage: Lens[UpperPB, Option[MessageRules]]

    Permalink
  35. def repeated: Lens[UpperPB, RepeatedRules]

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

    Permalink
    Definition Classes
    ObjectLens → Lens
  37. def setIfDefined(aOpt: Option[FieldRules]): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  38. def sfixed32: Lens[UpperPB, SFixed32Rules]

    Permalink
  39. def sfixed64: Lens[UpperPB, SFixed64Rules]

    Permalink
  40. def sint32: Lens[UpperPB, SInt32Rules]

    Permalink
  41. def sint64: Lens[UpperPB, SInt64Rules]

    Permalink
  42. def string: Lens[UpperPB, StringRules]

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

    Permalink
    Definition Classes
    AnyRef
  44. def timestamp: Lens[UpperPB, TimestampRules]

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def type: Lens[UpperPB, Type]

    Permalink
  47. def uint32: Lens[UpperPB, UInt32Rules]

    Permalink
  48. def uint64: Lens[UpperPB, UInt64Rules]

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

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

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

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

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

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, FieldRules]

Inherited from Lens[UpperPB, FieldRules]

Inherited from AnyRef

Inherited from Any

Ungrouped