Class

io.envoyproxy.pgv.validate.validate.BytesRules

BytesRulesLens

Related Doc: package BytesRules

Permalink

implicit class BytesRulesLens[UpperPB] extends ObjectLens[UpperPB, BytesRules]

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

Instance Constructors

  1. new BytesRulesLens(_l: Lens[UpperPB, BytesRules])

    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: BytesRules): 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 compose[B](other: Lens[BytesRules, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  8. def const: Lens[UpperPB, ByteString]

    Permalink
  9. def contains: Lens[UpperPB, ByteString]

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(u: UpperPB): BytesRules

    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 in: Lens[UpperPB, Seq[ByteString]]

    Permalink
  19. def ip: Lens[UpperPB, Boolean]

    Permalink
  20. def ipv4: Lens[UpperPB, Boolean]

    Permalink
  21. def ipv6: Lens[UpperPB, Boolean]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def len: Lens[UpperPB, Long]

    Permalink
  24. def maxLen: Lens[UpperPB, Long]

    Permalink
  25. def minLen: Lens[UpperPB, Long]

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def notIn: Lens[UpperPB, Seq[ByteString]]

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def optionalConst: Lens[UpperPB, Option[ByteString]]

    Permalink
  32. def optionalContains: Lens[UpperPB, Option[ByteString]]

    Permalink
  33. def optionalLen: Lens[UpperPB, Option[Long]]

    Permalink
  34. def optionalMaxLen: Lens[UpperPB, Option[Long]]

    Permalink
  35. def optionalMinLen: Lens[UpperPB, Option[Long]]

    Permalink
  36. def optionalPattern: Lens[UpperPB, Option[String]]

    Permalink
  37. def optionalPrefix: Lens[UpperPB, Option[ByteString]]

    Permalink
  38. def optionalSuffix: Lens[UpperPB, Option[ByteString]]

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

    Permalink
  40. def prefix: Lens[UpperPB, ByteString]

    Permalink
  41. def set(c: BytesRules): Mutation[UpperPB]

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

    Permalink
    Definition Classes
    Lens
  43. def suffix: Lens[UpperPB, ByteString]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def wellKnown: Lens[UpperPB, WellKnown]

    Permalink
  51. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (BytesRules, B)]

    Permalink
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, BytesRules]

Inherited from Lens[UpperPB, BytesRules]

Inherited from AnyRef

Inherited from Any

Ungrouped