Packages

t

canoe.syntax

Expects

trait Expects extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expects
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val animation: Expect[Animation]

    Partial function which matches only animation messages and returns contained animation

  5. val animationMessage: Expect[AnimationMessage]

    Partial function which matches only animation messages

  6. val any: Expect[TelegramMessage]

    Partial function which matches any incoming messages

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val audio: Expect[Audio]

    Partial function which matches only audio messages and returns contained audio

  9. val audioMessage: Expect[AudioMessage]

    Partial function which matches only audio messages

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def command(name: String): Expect[TextMessage]

    Partial function which matches only text messages starting with a command with provided name

  12. val contact: Expect[Contact]

    Partial function which matches only contact messages and returns contained contact

  13. val contactMessage: Expect[ContactMessage]

    Partial function which matches only contact messages

  14. val diceResult: Expect[DiceResult]

    Partial function which matches only dice thrown messages and returns result

  15. val diceThrownMessage: Expect[DiceThrownMessage]

    Partial function which matches only dice thrown messages

  16. val document: Expect[Document]

    Partial function which matches only document messages and returns contained document

  17. val documentMessage: Expect[DocumentMessage]

    Partial function which matches only document messages

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val game: Expect[Game]

    Partial function which matches only game messages and returns contained game

  22. val gameMessage: Expect[GameMessage]

    Partial function which matches only game messages

  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val location: Expect[Location]

    Partial function which matches only location messages and returns contained location

  27. val locationMessage: Expect[LocationMessage]

    Partial function which matches only location messages

  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. val photo: Expect[PhotoSize]

    Partial function which matches only photo messages and returns contained photo

  32. val photoMessage: Expect[PhotoMessage]

    Partial function which matches only photo messages

  33. val poll: Expect[Poll]

    Partial function which matches only poll messages and returns contained poll

  34. val pollMessage: Expect[PollMessage]

    Partial function which matches only poll messages

  35. val sticker: Expect[Sticker]

    Partial function which matches only sticker messages and returns contained sticker

  36. val stickerMessage: Expect[StickerMessage]

    Partial function which matches only sticker messages

  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val text: Expect[String]

    Partial function which matches only text messages and returns contained text

  39. val textMessage: Expect[TextMessage]

    Partial function which matches only text messages

  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val venue: Expect[Venue]

    Partial function which matches only venue messages and returns contained venue

  42. val venueMessage: Expect[VenueMessage]

    Partial function which matches only venue messages

  43. val video: Expect[Video]

    Partial function which matches only video messages and returns contained video

  44. val videoMessage: Expect[VideoMessage]

    Partial function which matches only video messages

  45. val videoNote: Expect[VideoNote]

    Partial function which matches only video note messages and returns contained video note

  46. val videoNoteMessage: Expect[VideoNoteMessage]

    Partial function which matches only video note messages

  47. val voice: Expect[Voice]

    Partial function which matches only voice messages and returns contained voice

  48. val voiceMessage: Expect[VoiceMessage]

    Partial function which matches only voice messages

  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped