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 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 RequestHelper = ackcord.requests.RequestHelper
  11. type SourceRequest[A] = Source[A, NotUsed]
  12. type Streamable[F[_]] = ackcord.util.Streamable[F]

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 RequestHelper: ackcord.requests.RequestHelper.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]

Inherited from AnyRef

Inherited from Any

Ungrouped