io.github.pidoveproject.showdown.client.zio
Members list
Type members
Classlikes
class ZIOShowdownClient(client: Client) extends ShowdownClient[WebSocketFrame, IO, [r] =>> Stream[Throwable, r], [x] =>> ZIO[Scope, ProtocolError, x]]
Attributes
- Companion
- object
- Source
- ZIOShowdownClient.scala
- Supertypes
-
trait ShowdownClient[WebSocketFrame, IO, [r] =>> Stream[Throwable, r], [x] =>> ZIO[Scope, ProtocolError, x]]class Objecttrait Matchableclass Any
object ZIOShowdownClient
Attributes
- Companion
- class
- Source
- ZIOShowdownClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZIOShowdownClient.type
class ZIOShowdownConnection(client: Client, channel: WebSocketChannel) extends ShowdownConnection[WebSocketFrame, IO, [r] =>> Stream[Throwable, r]]
Attributes
- Companion
- object
- Source
- ZIOShowdownConnection.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object ZIOShowdownConnection
Attributes
- Companion
- class
- Source
- ZIOShowdownConnection.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Extensions
Extensions
extension [A, C, T](ops: RefinedTypeOps[A, C, T])
Attributes
- Source
- util.scala
extension [R, A](program: ZIO[R, Throwable, A])
Attributes
- Source
- util.scala
In this article