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

Type Members

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

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped