Array
extension Array: Storable where Element: Storable
extension Array: Tradable where Element: Tradable & Equatable
extension Array: TradedTweakable where Element: Tradable & TweakSecondaryViewItemConvertible
extension Array: Tweakable where Element: TweakSecondaryViewItemConvertible
-
Declaration
Swift
public static func convert(from data: Data) -> [Element]?
-
Declaration
Swift
public func convertToData() -> Data
-
Declaration
Swift
public static func unmarshal(from value: TweakTradeValue) -> [Element]?
-
Declaration
Swift
public func marshalToValue() -> TweakTradeValue
-
Undocumented
Declaration
Swift
public func validate(with defaultValue: [Element]) -> Bool
-
Declaration
Swift
public func validate(with defaultValue: `Self`) -> Bool
-
Declaration
Swift
public static var primaryViewReuseID: String { get }
-
Declaration
Swift
public static var primaryView: TweakPrimaryView { get }
-
Declaration
Swift
public static var hasSecondaryView: Bool { get }
-
Declaration
Swift
public static var secondaryView: TweakSecondaryView? { get }
-
Declaration
Swift
public func validateAsDefaultValue() -> Bool