package ackcord
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ackcord
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type BotAuthentication = ackcord.http.requests.BotAuthentication.type
- type FutureVectorRequest[A] = Future[Vector[A]]
- type GatewaySettings = ackcord.websocket.gateway.GatewaySettings
- type JsonNull = ackcord.util.JsonNull.type
- type JsonOption[A] = ackcord.util.JsonOption[A]
- type JsonSome[A] = ackcord.util.JsonSome[A]
- type JsonUndefined = ackcord.util.JsonUndefined.type
- type Login = ackcord.websocket.AbstractWsHandler.Login.type
- type Logout = ackcord.websocket.AbstractWsHandler.Logout.type
- type MessageParser[A] = ackcord.util.MessageParser[A]
- type Request[Data, Ctx] = ackcord.http.requests.Request[Data, Ctx]
- type RequestHelper = ackcord.http.requests.RequestHelper
- type SourceRequest[A] = Source[A, NotUsed]
- type Streamable[F[_]] = ackcord.util.Streamable[F]
Value Members
- val BotAuthentication: ackcord.http.requests.BotAuthentication.type
- val GatewaySettings: ackcord.websocket.gateway.GatewaySettings.type
- val JsonNull: ackcord.util.JsonNull.type
- val JsonOption: ackcord.util.JsonOption.type
- val JsonSome: ackcord.util.JsonSome.type
- val JsonUndefined: ackcord.util.JsonUndefined.type
- val Login: ackcord.websocket.AbstractWsHandler.Login.type
- val Logout: ackcord.websocket.AbstractWsHandler.Logout.type
- val MessageParser: ackcord.util.MessageParser.type
- val Request: ackcord.http.requests.Request.type
- val RequestHelper: ackcord.http.requests.RequestHelper.type
- val Streamable: ackcord.util.Streamable.type
- implicit def flowFunctorInstance[In, Mat]: Functor[[β$0$]Flow[In, β$0$, Mat]]
- implicit def sinkContravariantInstance[Mat]: Contravariant[[α$1$]Sink[α$1$, Mat]]
- implicit val sourceMonadInstance: MonadError[SourceRequest, Throwable] with Alternative[SourceRequest]
- implicit def sourceSyntax[A, M](source: Source[A, M]): SourceFlatmap[A, M]