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

Classes

class  OperatorState
 
class  TakeOrSkipWhileQueryOperatorEnumerator
 

Protected Member Functions

void SetOrdinalIndexState (OrdinalIndexState indexState)
 

Package Functions

 TakeOrSkipWhileQueryOperator (IEnumerable< TResult > child, Func< TResult, bool > predicate, Func< TResult, int, bool > indexedPredicate, bool take)
 
override void WrapPartitionedStream< TKey > (PartitionedStream< TResult, TKey > inputStream, IPartitionedStreamRecipient< TResult > recipient, bool preferStriping, QuerySettings settings)
 
override QueryResults< TResultOpen (QuerySettings settings, bool preferStriping)
 
override IEnumerable< TResultAsSequentialQuery (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 Member Functions

void InitOrderIndexState ()
 
void WrapHelper< TKey > (PartitionedStream< TResult, TKey > inputStream, IPartitionedStreamRecipient< TResult > recipient, QuerySettings settings)
 

Private Attributes

readonly Func< TResult, bool_predicate
 
readonly Func< TResult, int, bool_indexedPredicate
 
readonly bool _take
 
bool _prematureMerge
 
bool _limitsParallelism
 
readonly QueryOperator< TInput_child
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file TakeOrSkipWhileQueryOperator.cs.


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