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 field[A](getter: (Envelope) ⇒ A)(setter: (Envelope, A) ⇒ Envelope): Lens[UpperPB, A]

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

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

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

    Permalink
    Definition Classes
    ObjectLens → Lens
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hide: Lens[UpperPB, Hide]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Inherited from ObjectLens[UpperPB, Envelope]

Inherited from Lens[UpperPB, Envelope]

Inherited from AnyRef

Inherited from Any

Ungrouped