object InteractionTransformer

Source
interactions.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractionTransformer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 cache[I <: Interaction, O](create: (CacheSnapshot) => (I) => O): InteractionTransformer[I, O]

    An interaction transformer which gurantees that a cache is present.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromComplex[From, To](complex: DataInteractionTransformer[[T]From, [T]To]): InteractionTransformer[From, To]
  10. def fromComplexCreate[From, To, Info1, Info2, Info3, Info4](create: (Info1, Info2, Info3, Info4) => (From) => To, makeComplex: ((Info1, Info2, Info3, Info4) => ~>[[T]From, [T]To]) => DataInteractionTransformer[[T]From, [T]To]): InteractionTransformer[From, To]
  11. def fromComplexCreate[From, To, Info1, Info2](create: (Info1, Info2) => (From) => To, makeComplex: ((Info1, Info2) => ~>[[T]From, [T]To]) => DataInteractionTransformer[[T]From, [T]To]): InteractionTransformer[From, To]
  12. def fromComplexCreate1[From, To, Info1](create: (Info1) => (From) => To, makeComplex: ((Info1) => ~>[[T]From, [T]To]) => DataInteractionTransformer[[T]From, [T]To]): InteractionTransformer[From, To]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def identity[A]: InteractionTransformer[A, A]
  16. def inVoiceChannel[I <: GuildInteraction, O](create: (VoiceGuildChannel) => (I) => O): InteractionTransformer[I, O]

    Ensures that the executor of the interaction is in a voice channel.

  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def needPermission[M <: GuildInteraction](neededPermission: Permission): InteractionTransformer[M, M]

    A command function that requires that those who use this command need some set of permissions.

  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def onlyInGuild[I <: ResolvedInteraction, O](create: (GatewayGuild, GuildMember, Permission, TextGuildChannel) => (I) => O): InteractionTransformer[I, O]

    A command function that only allows commands sent from a guild.

  23. def resolved[I <: CacheInteraction, O](create: (TextChannel, Option[GatewayGuild]) => (I) => O): InteractionTransformer[I, O]

    A command transformer which resolves most ids from the cache.

  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped