Class

im.actor.server.dialog.DialogCommands.Envelope

EnvelopeLens

Related Doc: package Envelope

Permalink

implicit class EnvelopeLens[UpperPB] extends ObjectLens[UpperPB, Envelope]

Linear Supertypes
ObjectLens[UpperPB, Envelope], Lens[UpperPB, Envelope], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EnvelopeLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnvelopeLens(_l: Lens[UpperPB, Envelope])

    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: Envelope): 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[Envelope, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  8. def delete: Lens[UpperPB, Delete]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def favourite: Lens[UpperPB, Favourite]

    Permalink
  12. def field[A](getter: (Envelope) ⇒ A)(setter: (Envelope, A) ⇒ Envelope): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[Envelope, 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): Envelope

    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 hide: Lens[UpperPB, Hide]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def messageRead: Lens[UpperPB, MessageRead]

    Permalink
  21. def messageReceived: Lens[UpperPB, MessageReceived]

    Permalink
  22. def modify(f: (Envelope) ⇒ Envelope): Mutation[UpperPB]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def payload: Lens[UpperPB, Payload]

    Permalink
  27. def peer: Lens[UpperPB, Peer]

    Permalink
  28. def removeReaction: Lens[UpperPB, RemoveReaction]

    Permalink
  29. def sendMessage: Lens[UpperPB, SendMessage]

    Permalink
  30. def set(c: Envelope): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  31. def setReaction: Lens[UpperPB, SetReaction]

    Permalink
  32. def show: Lens[UpperPB, Show]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def unfavourite: Lens[UpperPB, Unfavourite]

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

    Permalink
    Definition Classes
    ObjectLens
  37. def updateCounters: Lens[UpperPB, UpdateCounters]

    Permalink
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def writeMessage: Lens[UpperPB, WriteMessage]

    Permalink
  42. def writeMessageSelf: Lens[UpperPB, WriteMessageSelf]

    Permalink

Inherited from ObjectLens[UpperPB, Envelope]

Inherited from Lens[UpperPB, Envelope]

Inherited from AnyRef

Inherited from Any

Ungrouped