WebWorkerProtocol

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Full[E, Enc[_], Dec[_]] = WebWorkerProtocol { type Encoded = E; type Encoder = Enc; type Decoder = Dec; }
type WithCodecs[Enc[_], Dec[_]] = WebWorkerProtocol { type Encoder = Enc; type Decoder = Dec; }
type WithDecoder[F[_]] = WebWorkerProtocol { type Decoder = F; }
type WithEncoded[E] = WebWorkerProtocol { type Encoded = E; }
type WithEncoder[F[_]] = WebWorkerProtocol { type Encoder = F; }