t

ackcord

CacheSnapshotWithMaps

trait CacheSnapshotWithMaps extends CacheSnapshot

A cache snapshot where the getters can use the maps to get their data.

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

Type Members

  1. abstract type MapType[K, V] <: Map[SnowflakeType[K], V]
    Definition Classes
    CacheSnapshot

Abstract Value Members

  1. abstract def banMap: MapType[Guild, MapType[User, Ban]]
    Definition Classes
    CacheSnapshot
  2. abstract def botUser: @@[User, BotUser]
    Definition Classes
    CacheSnapshot
  3. abstract def dmChannelMap: MapType[DMChannel, DMChannel]
    Definition Classes
    CacheSnapshot
  4. abstract def getChannelLastTyped(channelId: TextChannelId): MapType[User, Instant]
    Definition Classes
    CacheSnapshot
  5. abstract def getChannelMessages(channelId: TextChannelId): MapType[Message, Message]
    Definition Classes
    CacheSnapshot
  6. abstract def getGuildBans(id: GuildId): MapType[User, Ban]
    Definition Classes
    CacheSnapshot
  7. abstract def groupDmChannelMap: MapType[GroupDMChannel, GroupDMChannel]
    Definition Classes
    CacheSnapshot
  8. abstract def guildMap: MapType[Guild, GatewayGuild]
    Definition Classes
    CacheSnapshot
  9. abstract def lastTypedMap: MapType[TextChannel, MapType[User, Instant]]
    Definition Classes
    CacheSnapshot
  10. abstract def messageMap: MapType[TextChannel, MapType[Message, Message]]
    Definition Classes
    CacheSnapshot
  11. abstract def unavailableGuildMap: MapType[Guild, UnavailableGuild]
    Definition Classes
    CacheSnapshot
  12. abstract def userMap: MapType[User, User]
    Definition Classes
    CacheSnapshot

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getBan(guildId: GuildId, userId: UserId): Option[Ban]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  10. def getChannel(id: ChannelId): Option[Channel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDmChannel(id: SnowflakeType[DMChannel]): Option[DMChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  13. def getEmoji(id: EmojiId): Option[Emoji]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  14. def getGroupDmChannel(id: SnowflakeType[GroupDMChannel]): Option[GroupDMChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  15. def getGuild(id: GuildId): Option[GatewayGuild]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  16. def getGuildChannel(id: GuildChannelId): Option[GuildChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  17. def getGuildChannel(guildId: GuildId, id: GuildChannelId): Option[GuildChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  18. def getGuildWithUnavailable(id: GuildId): Option[UnknownStatusGuild]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  19. def getLastTyped(channelId: TextChannelId, userId: UserId): Option[Instant]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  20. def getMessage(messageId: MessageId): Option[Message]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  21. def getMessage(channelId: TextChannelId, messageId: MessageId): Option[Message]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  22. def getPresence(guildId: GuildId, userId: UserId): Option[Presence]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  23. def getRole(guildId: GuildId, roleId: RoleId): Option[Role]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  24. def getRole(id: RoleId): Option[Role]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  25. def getTextChannel(id: TextChannelId): Option[TextChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  26. def getThread(id: ThreadGuildChannelId): Option[ThreadGuildChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  27. def getThread(guildId: GuildId, id: ThreadGuildChannelId): Option[ThreadGuildChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  28. def getUser(id: UserId): Option[User]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  29. def getUserDmChannel(id: UserId): Option[DMChannel]
    Definition Classes
    CacheSnapshotWithMaps → CacheSnapshot
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from CacheSnapshot

Inherited from AnyRef

Inherited from Any

Ungrouped