Packages

c

funstack.backend

WsTransport

class WsTransport[T] extends RequestTransport[T, [β$0$]Kleisli[IO, β$0$, Unit]]

Linear Supertypes
RequestTransport[T, [β$0$]Kleisli[IO, β$0$, Unit]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WsTransport
  2. RequestTransport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WsTransport(operations: WsOperations)(implicit arg0: CanSerialize[T])

Value Members

  1. def apply(request: Request[T]): Kleisli[IO, T, Unit]
    Definition Classes
    WsTransport → RequestTransport
  2. final def map[R[_]](f: (Kleisli[IO, T, Unit]) => R[T]): RequestTransport[T, R]
    Definition Classes
    RequestTransport