No overview available.
SDK
Framework
On This Page
func decodeIfPresent(_ type: Double.Type, forKey key: Self.Key) throws -> Double?
func decodeIfPresent(String.Type, forKey: Self.Key) -> String?
func decodeIfPresent(Bool.Type, forKey: Self.Key) -> Bool?
func decodeIfPresent(Float.Type, forKey: Self.Key) -> Float?
func decodeIfPresent(Int.Type, forKey: Self.Key) -> Int?
func decodeIfPresent(UInt.Type, forKey: Self.Key) -> UInt?
func decodeIfPresent(Int8.Type, forKey: Self.Key) -> Int8?
func decodeIfPresent(Int16.Type, forKey: Self.Key) -> Int16?
func decodeIfPresent(Int32.Type, forKey: Self.Key) -> Int32?
func decodeIfPresent(Int64.Type, forKey: Self.Key) -> Int64?
func decodeIfPresent(UInt8.Type, forKey: Self.Key) -> UInt8?
func decodeIfPresent(UInt16.Type, forKey: Self.Key) -> UInt16?
func decodeIfPresent(UInt32.Type, forKey: Self.Key) -> UInt32?
func decodeIfPresent(UInt64.Type, forKey: Self.Key) -> UInt64?
func decodeIfPresent<T>(T.Type, forKey: Self.Key) -> T?