ResponseAsWebSocket

sttp.client4.ResponseAsWebSocket
case class ResponseAsWebSocket[F[_], T](f: (WebSocket[F], ResponseMetadata) => F[T]) extends GenericWebSocketResponseAs[T, WebSockets & Effect[F]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericWebSocketResponseAs[T, WebSockets & Effect[F]]
trait GenericResponseAs[T, WebSockets & Effect[F]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def show: String

Attributes

Definition Classes

Inherited methods

def map[T2](f: T => T2): GenericResponseAs[T2, WebSockets & Effect[F]]

Attributes

Inherited from:
GenericResponseAs
def mapWithMetadata[T2](f: (T, ResponseMetadata) => T2): GenericResponseAs[T2, WebSockets & Effect[F]]

Attributes

Inherited from:
GenericResponseAs
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def showAs(s: String): GenericResponseAs[T, WebSockets & Effect[F]]

Attributes

Inherited from:
GenericResponseAs