LCBool
public final class LCBool : NSObject, LCValue, LCValueExtension, ExpressibleByBooleanLiteral
extension LCBool: LCBoolConvertible
LeanCloud boolean type.
It is a wrapper of Swift.Bool
type, used to store a boolean value.
-
Undocumented
Declaration
Swift
public private(set) var value: Bool { get }
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public convenience init(_ value: Bool)
-
Undocumented
Declaration
Swift
public convenience init(_ bool: LCBool)
-
Declaration
Swift
public convenience required init(booleanLiteral value: BooleanLiteralType)
-
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 lcBool: LCBool { get }