Results

extension RealmSwift.Results where Element == Edge

Available where Element == Edge

  • Undocumented

    Declaration

    Swift

    func items<T>(type: T.Type? = nil) -> Results<T>? where T : Item
  • Undocumented

    Declaration

    Swift

    func targets<T>(type: T.Type? = nil) -> Results<T>? where T : Item
  • Undocumented

    Declaration

    Swift

    func sources<T>(type: T.Type? = nil) -> Results<T>? where T : Item
  • Undocumented

    Declaration

    Swift

    func itemsArray<T>(type _: T.Type? = T.self) -> [T] where T : Item
  • Undocumented

    Declaration

    Swift

    func edgeArray() -> [Edge]