removeAll abstract method

void removeAll(
  1. List<T> parseObjects
)

Remove objects from this relation

Implementation

void removeAll(List<T> parseObjects);