LCArray
public class LCArray : NSObject, LCValue, Collection, ExpressibleByArrayLiteral
extension LCArray: LCArrayConvertible
LeanCloud List Type
-
Declaration
Swift
public typealias Index = Int
-
Declaration
Swift
public typealias Element = LCValue
-
Undocumented
Declaration
Swift
public private(set) var value: [Element] { get }
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public convenience init(_ value: [Element])
-
Undocumented
Declaration
Swift
public convenience init(_ value: [LCValueConvertible])
-
Undocumented
Declaration
Swift
public convenience init(_ array: LCArray)
-
Declaration
Swift
public convenience required init(arrayLiteral elements: LCValueConvertible...)
-
Undocumented
Declaration
Swift
public convenience init( application: LCApplication = .default, unsafeObject: Any) throws
-
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 func makeIterator() -> IndexingIterator<[Element]>
-
Declaration
Swift
public var startIndex: Int { get }
-
Declaration
Swift
public var endIndex: Int { get }
-
Declaration
Swift
public func index(after i: Int) -> Int
-
Declaration
Swift
public subscript(index: Int) -> LCValue { get }
-
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 lcArray: LCArray { get }