ResponseDsl

abstract class ResponseDsl[-A, +B]
class Object
trait Matchable
class Any

Value members

Abstract methods

def withResponseAttempt(r: Either[Throwable, Response[A]]): B

Concrete methods

final def apply(value: A): B
final def withException(err: Throwable): B
final def withResponse(r: Response[A]): B