MappedResponseAs

case class MappedResponseAs[T, T2, R](raw: ResponseAs[T, R], g: (T, ResponseMetadata) => T2, showAs: Option[String]) extends ResponseAs[T2, R]
trait Serializable
trait Product
trait Equals
trait ResponseAs[T2, R]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def mapWithMetadata[T3](f: (T2, ResponseMetadata) => T3): ResponseAs[T3, R]
Definition Classes
override def show: String
Definition Classes
override def showAs(s: String): ResponseAs[T2, R]
Definition Classes

Inherited methods

def map[T2](f: T2 => T2): ResponseAs[T2, R]
Inherited from
ResponseAs
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product