object EventListenerBuilder extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventListenerBuilder
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type EventFunction[-I[_], +O[_]] = ActionFunction[I, O, Nothing]
- type EventTransformer[-I[_], +O[_]] = ActionTransformer[I, O, Nothing]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def channelEvent[I[A] <: EventListenerMessage[A], O[_]](create: (Channel) => ~>[I, O]): EventTransformer[I, O]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def guildEvent[I[A] <: EventListenerMessage[A], O[_]](create: (GatewayGuild) => ~>[I, O]): EventTransformer[I, O]
- def guildUserEvent[I[A] <: GuildEventListenerMessage[A], O[_]](create: (GatewayGuild, User, GuildMember) => ~>[I, O]): EventTransformer[I, O]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def rawBuilder(requests: Requests): EventListenerBuilder[EventListenerMessage, APIMessage]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def textChannelEvent[I[A] <: ChannelEventListenerMessage[A], O[_]](create: (TextChannel) => ~>[I, O]): EventTransformer[I, O]
- def textGuildChannelEvent[I[A] <: ChannelEventListenerMessage[A], O[_]](create: (TextGuildChannel, GatewayGuild) => ~>[I, O]): EventTransformer[I, O]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def voiceGuildChannelEvent[I[A] <: ChannelEventListenerMessage[A], O[_]](create: (VoiceGuildChannel, GatewayGuild) => ~>[I, O]): EventTransformer[I, O]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])