Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.AnyAllSearchOperator< TInput > Class Template Referencesealed

Classes

class  AnyAllSearchOperatorEnumerator
 

Protected Member Functions

void SetOrdinalIndexState (OrdinalIndexState indexState)
 

Package Functions

 AnyAllSearchOperator (IEnumerable< TInput > child, bool qualification, Func< TInput, bool > predicate)
 
bool Aggregate ()
 
override QueryResults< boolOpen (QuerySettings settings, bool preferStriping)
 
override void WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< bool > recipient, bool preferStriping, QuerySettings settings)
 
override IEnumerable< boolAsSequentialQuery (CancellationToken token)
 
void WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings)
 

Properties

override bool LimitsParallelism [get]
 
QueryOperator< TInputChild [get]
 
override OrdinalIndexState OrdinalIndexState [get]
 

Private Attributes

readonly Func< TInput, bool_predicate
 
readonly bool _qualification
 
readonly QueryOperator< TInput_child
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file AnyAllSearchOperator.cs.


The documentation for this class was generated from the following file: