LCNull
public final class LCNull : NSObject, LCValue, LCValueExtension
extension LCNull: LCNullConvertible
LeanCloud null type.
A LeanCloud data type represents null value.
Note
This type is not a singleton type, because Swift does not support singleton well currently.-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
public func encode(with aCoder: NSCoder)
-
Undocumented
Declaration
Swift
public func copy(with zone: NSZone?) -> Any
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool
-
Declaration
Swift
public var jsonValue: Any { get }
-
Declaration
Swift
public var rawValue: Any { get }
-
Undocumented
Declaration
Swift
public var lcValue: LCValue { get }
-
Undocumented
Declaration
Swift
public var lcNull: LCNull { get }