Performs search using all search objects it contains, in parallel, all searches at the same time. Composite search object can be a part of other composite search objects. The same search object can be used in more than one composite searches. More...
#import <SYSearch.h>
Instance Methods | |
(nonnull instancetype) | - initWithSearches: |
Creates composite parallel search. More... | |
((unavailable("Use initWithSearches: instead.") | - __attribute__ |
Instance Methods inherited from SYSearchBase | |
(nonnull SYSearchSession *) | - startNewSession |
Creates a new search session associated with this search instance. More... | |
Class Methods | |
((unavailable("Use initWithSearches: instead.") | + __attribute__ |
Properties | |
NSArray< SYSearchBase * > * | searches |
Search objects passed during initialization. More... | |
Performs search using all search objects it contains, in parallel, all searches at the same time. Composite search object can be a part of other composite search objects. The same search object can be used in more than one composite searches.
- (nonnull instancetype) initWithSearches: | (nonnull NSArray< SYSearchBase * > *) | searches |
Creates composite parallel search.
searches | Array of search objects which will perform search in parallel, all searches at the same time. The same search object can be used in more than one composite searches. |
- ((unavailable("Use) initWithSearches: |
Implements SYSearchBase.
+ ((unavailable("Use) initWithSearches: |
Implements SYSearchBase.
|
readnonatomicstrong |
Search objects passed during initialization.