OptionalResponseCode

smithy4s.http.internals.HttpResponseCodeSchemaVisitor.OptionalResponseCode
case class OptionalResponseCode[A](f: A => Option[Int]) extends ResponseCodeExtractor[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toFunction: A => Option[Int]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product