ArrayLiteralListProvider public struct ArrayLiteralListProvider<Element> : ModelListProvider where Element : Model init(elements:) Declaration Swift public init(elements: [Element]) load() Declaration Swift public func load() -> Result<[Element], CoreError> load(completion:) Declaration Swift public func load(completion: @escaping (Result<[Element], CoreError>) -> Void) hasNextPage() Declaration Swift public func hasNextPage() -> Bool getNextPage(completion:) Declaration Swift public func getNextPage(completion: @escaping (Result<List<Element>, CoreError>) -> Void) © 2022 Amazon Web Services. All rights reserved. (Last updated: 2022-08-08) Generated by jazzy ♪♫ v0.14.2, a Realm project.