Packages

p

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. Protected

Package Members

  1. package lavaplayer

Type Members

  1. type BotAuthentication = ackcord.requests.BotAuthentication.type
  2. type FutureVectorRequest[A] = Future[Vector[A]]
  3. type GatewayLogin = Login.type
  4. type GatewayLogout = Logout.type
  5. type GatewaySettings = ackcord.gateway.GatewaySettings
  6. type JsonNull = ackcord.util.JsonNull.type
  7. type JsonOption[A] = ackcord.util.JsonOption[A]
  8. type JsonSome[A] = ackcord.util.JsonSome[A]
  9. type JsonUndefined = ackcord.util.JsonUndefined.type
  10. type OptionTRequest[A] = OptionT[Future, A]
  11. type Requests = ackcord.requests.Requests
  12. type RequestsHelper = ackcord.requests.RequestsHelper
  13. type SourceRequest[A] = Source[A, NotUsed]
  14. type Streamable[F[_]] = ackcord.util.Streamable[F]

Deprecated Type Members

  1. type RequestHelper = ackcord.requests.Requests
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Prefer the new name Requests

Value Members

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

Deprecated Value Members

  1. val RequestHelper: ackcord.requests.Requests.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Prefer the new name Requests

Inherited from AnyRef

Inherited from Any

Ungrouped