GenericWebSocketResponseAs

sttp.client4.GenericWebSocketResponseAs
sealed trait GenericWebSocketResponseAs[T, -R] extends GenericResponseAs[T, R]

Attributes

Graph
Supertypes
trait GenericResponseAs[T, R]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def map[T2](f: T => T2): GenericResponseAs[T2, R]

Attributes

Inherited from:
GenericResponseAs
def mapWithMetadata[T2](f: (T, ResponseMetadata) => T2): GenericResponseAs[T2, R]

Attributes

Inherited from:
GenericResponseAs
def show: String

Attributes

Inherited from:
GenericResponseAs
def showAs(s: String): GenericResponseAs[T, R]

Attributes

Inherited from:
GenericResponseAs