CascadeDeleteExecutor

public protocol CascadeDeleteExecutor

Undocumented

  • Undocumented

    Declaration

    Swift

    func cascadeDelete<Value>(_ object: Value?) throws where Value : RealmSwiftObject
  • Undocumented

    Declaration

    Swift

    func cascadeDelete<Value>(_ list: List<Value>) throws where Value : RealmSwiftObject