Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

EmptyResponse

mattt edited this page Sep 18, 2020 · 2 revisions

EmptyResponse

Protocol representing an empty response. Use T.emptyValue() to get an instance.

public protocol EmptyResponse

Requirements

emptyValue()

Empty value for the conforming type.

static func emptyValue() -> Self

Returns

Value of Self to use for empty values.

Types
Protocols
Global Typealiases
Clone this wiki locally