IntValue
final public class IntValue : Object, ExpressibleByIntegerLiteral, ListSupportedValue
extension IntValue: Decodable
extension IntValue: Encodable
Wrapper type for integer values that needs to be stored locally in the device
-
Integer value for the wrapper
Declaration
Swift
@objc public dynamic var value: Int
-
Constructor for the
ExpressibleByIntegerLiteral
protocolDeclaration
Swift
public convenience required init(integerLiteral value: Int)
-
Constructor that takes an integer value to wrap
Declaration
Swift
public convenience init(_ value: Int)
-
Undocumented
Declaration
Swift
public override var hash: Int { get }
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool
-
Declaration
Swift
public convenience init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws