MappedResponseAs

sttp.client3.MappedResponseAs
case class MappedResponseAs[T, T2, R](raw: ResponseAs[T, R], g: (T, ResponseMetadata) => T2, showAs: Option[String]) extends ResponseAs[T2, R]

Attributes

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

Members list

Value members

Concrete methods

override def mapWithMetadata[T3](f: (T2, ResponseMetadata) => T3): ResponseAs[T3, R]

Attributes

Definition Classes
override def show: String

Attributes

Definition Classes
override def showAs(s: String): ResponseAs[T2, R]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
ResponseAs
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product