distinct(by:) public func distinct<S: Sequence>(by keyPaths: S) -> Results<Element> where S.Iterator.Element == String Returns a Results containing distinct objects based on the specified key paths S Declaration Swift public func distinct<S: Sequence>(by keyPaths: S) -> Results<Element> where S.Iterator.Element == String Show on GitHub © 2018 Realm. All rights reserved. (Last updated: 2018-09-19) Generated by jazzy ♪♫ v0.8.3, a Realm project.