Packages

implicit class HttpRuleLens[UpperPB] extends ObjectLens[UpperPB, HttpRule]

Source
HttpRule.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRuleLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HttpRuleLens(_l: Lens[UpperPB, HttpRule])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toany2stringadd[HttpRuleLens[UpperPB]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HttpRuleLens[UpperPB], B)
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toArrowAssoc[HttpRuleLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def :=(a: HttpRule): Mutation[UpperPB]
    Definition Classes
    Lens
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def additionalBindings: Lens[UpperPB, Seq[HttpRule]]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def body: Lens[UpperPB, String]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compose[B](other: Lens[HttpRule, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def custom: Lens[UpperPB, CustomHttpPattern]
  13. def delete: Lens[UpperPB, String]
  14. def ensuring(cond: (HttpRuleLens[UpperPB]) => Boolean, msg: => Any): HttpRuleLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toEnsuring[HttpRuleLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (HttpRuleLens[UpperPB]) => Boolean): HttpRuleLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toEnsuring[HttpRuleLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): HttpRuleLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toEnsuring[HttpRuleLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): HttpRuleLens[UpperPB]
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toEnsuring[HttpRuleLens[UpperPB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def field[A](getter: (HttpRule) => A)(setter: (HttpRule, A) => HttpRule): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[HttpRule, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def get: Lens[UpperPB, String]
  23. def get(u: UpperPB): HttpRule
    Definition Classes
    ObjectLens → Lens
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def modify(f: (HttpRule) => HttpRule): Mutation[UpperPB]
    Definition Classes
    Lens
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def patch: Lens[UpperPB, String]
  32. def pattern: Lens[UpperPB, Pattern]
  33. def post: Lens[UpperPB, String]
  34. def put: Lens[UpperPB, String]
  35. def responseBody: Lens[UpperPB, String]
  36. def selector: Lens[UpperPB, String]
  37. def set(c: HttpRule): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  38. def setIfDefined(aOpt: Option[HttpRule]): Mutation[UpperPB]
    Definition Classes
    Lens
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def update(ms: (Lens[HttpRule, HttpRule]) => Mutation[HttpRule]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (HttpRule, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toStringFormat[HttpRuleLens[UpperPB]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (HttpRuleLens[UpperPB], B)
    Implicit
    This member is added by an implicit conversion from HttpRuleLens[UpperPB] toArrowAssoc[HttpRuleLens[UpperPB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ObjectLens[UpperPB, HttpRule]

Inherited from Lens[UpperPB, HttpRule]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromHttpRuleLens[UpperPB] to any2stringadd[HttpRuleLens[UpperPB]]

Inherited by implicit conversion StringFormat fromHttpRuleLens[UpperPB] to StringFormat[HttpRuleLens[UpperPB]]

Inherited by implicit conversion Ensuring fromHttpRuleLens[UpperPB] to Ensuring[HttpRuleLens[UpperPB]]

Inherited by implicit conversion ArrowAssoc fromHttpRuleLens[UpperPB] to ArrowAssoc[HttpRuleLens[UpperPB]]

Ungrouped