ResponseAsFromMetadata

sttp.client3.ResponseAsFromMetadata
case class ResponseAsFromMetadata[T, R](conditions: List[ConditionalResponseAs[T, R]], default: ResponseAs[T, R]) extends ResponseAs[T, R]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ResponseAs[T, R]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(meta: ResponseMetadata): ResponseAs[T, R]
override def show: String

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

Inherited from:
ResponseAs
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
ResponseAs