Array
extension Array
extension Array where Element: Model
extension Array where Element == Model
public extension Array where Element == AuthRule
extension Array where Element == LazyReferenceIdentifier
extension Array: UserProfilePropertyValue where Element == String
-
Declaration
Swift
public func chunked(into size: Int) -> [[Element]]
-
Warning
Although this haspublic
access, it is intended for internal & codegen use and should not be used directly by host applications. The behavior of this may change without warning. Though it is not used by host application making any change to thesepublic
types should be backward compatible, otherwise it will be a breaking change.Declaration
Swift
public func unique() throws -> Element?
-
Warning
Although this haspublic
access, it is intended for internal & codegen use and should not be used directly by host applications. The behavior of this may change without warning. Though it is not used by host application making any change to thesepublic
types should be backward compatible, otherwise it will be a breaking change.Declaration
Swift
public func unique() throws -> Element?
-
Returns all the
AuthRule
that apply to a given aModelOperation
Declaration
Swift
func filter(modelOperation operation: ModelOperation) -> [Element]
Parameters
operation
ModelOperation
operationReturn Value
Auth rules
-
Declaration
Swift
public var stringValue: String { get }