Packages

implicit class ErrorLens[UpperPB] extends ObjectLens[UpperPB, Error]

Linear Supertypes
ObjectLens[UpperPB, Error], Lens[UpperPB, Error], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ErrorLens(_l: Lens[UpperPB, Error])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Error): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def compose[B](other: Lens[Error, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def field[A](getter: (Error) => A)(setter: (Error, A) => Error): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  11. def field[A](lens: Lens[Error, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  12. def generic: Lens[UpperPB, String]
  13. def get(u: UpperPB): Error
    Definition Classes
    ObjectLens → Lens
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def internal: Lens[UpperPB, String]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def modify(f: (Error) => Error): Mutation[UpperPB]
    Definition Classes
    Lens
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def overloaded: Lens[UpperPB, String]
  23. def reason: Lens[UpperPB, Reason]
  24. def requestInvalid: Lens[UpperPB, String]
  25. def requestRefused: Lens[UpperPB, String]
  26. def senderUnknown: Lens[UpperPB, String]
  27. def set(c: Error): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  28. def setIfDefined(aOpt: Option[Error]): Mutation[UpperPB]
    Definition Classes
    Lens
  29. def shuttingDown: Lens[UpperPB, String]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def unavailable: Lens[UpperPB, String]
  33. def unknownRecipients: Lens[UpperPB, String]
  34. def update(ms: (Lens[Error, Error]) => Mutation[Error]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Error, 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
    Deprecated

Inherited from ObjectLens[UpperPB, Error]

Inherited from Lens[UpperPB, Error]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped