Packages

p

net.katsstuff

ackcord

package ackcord

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

Type Members

  1. type BotAuthentication = ackcord.http.requests.BotAuthentication.type
  2. type FutureVectorRequest[A] = Future[Vector[A]]
  3. type GatewaySettings = ackcord.websocket.gateway.GatewaySettings
  4. type JsonNull = ackcord.util.JsonNull.type
  5. type JsonOption[A] = ackcord.util.JsonOption[A]
  6. type JsonSome[A] = ackcord.util.JsonSome[A]
  7. type JsonUndefined = ackcord.util.JsonUndefined.type
  8. type Login = ackcord.websocket.AbstractWsHandler.Login.type
  9. type Logout = ackcord.websocket.AbstractWsHandler.Logout.type
  10. type MessageParser[A] = ackcord.util.MessageParser[A]
  11. type Request[Data, Ctx] = ackcord.http.requests.Request[Data, Ctx]
  12. type RequestHelper = ackcord.http.requests.RequestHelper
  13. type SourceRequest[A] = Source[A, NotUsed]
  14. type Streamable[F[_]] = ackcord.util.Streamable[F]

Value Members

  1. val BotAuthentication: ackcord.http.requests.BotAuthentication.type
  2. val GatewaySettings: ackcord.websocket.gateway.GatewaySettings.type
  3. val JsonNull: ackcord.util.JsonNull.type
  4. val JsonOption: ackcord.util.JsonOption.type
  5. val JsonSome: ackcord.util.JsonSome.type
  6. val JsonUndefined: ackcord.util.JsonUndefined.type
  7. val Login: ackcord.websocket.AbstractWsHandler.Login.type
  8. val Logout: ackcord.websocket.AbstractWsHandler.Logout.type
  9. val MessageParser: ackcord.util.MessageParser.type
  10. val Request: ackcord.http.requests.Request.type
  11. val RequestHelper: ackcord.http.requests.RequestHelper.type
  12. val Streamable: ackcord.util.Streamable.type
  13. implicit def flowFunctorInstance[In, Mat]: Functor[[β$0$]Flow[In, β$0$, Mat]]
  14. implicit def sinkContravariantInstance[Mat]: Contravariant[[α$1$]Sink[α$1$, Mat]]
  15. implicit val sourceMonadInstance: MonadError[SourceRequest, Throwable] with Alternative[SourceRequest]
  16. implicit def sourceSyntax[A, M](source: Source[A, M]): SourceFlatmap[A, M]

Inherited from AnyRef

Inherited from Any

Ungrouped