abstract public class BaseRowEnumerator
Modifier and Type | Field |
---|---|
system'Indexer[] |
_indexers
|
IntNumber |
_length
|
BaseStrategy |
_strategy
|
Modifier and Type | Property |
---|---|
get |
Value()
|
Modifier and Type | Method |
---|---|
BoolValue |
next()
|
|
enumerable()
|
public class Combinator
Modifier and Type | Field |
---|---|
system'Indexer[] |
_indexers
|
IntNumber |
_length
|
BaseStrategy |
_strategy
|
IntNumber |
_totalLength
|
Modifier and Type | Constructor / Static Method |
---|---|
Combinator |
new(arguments)
|
Combinator |
new(IntNumber subLength, Object set)
|
Modifier and Type | Method |
---|---|
BoolValue |
next()
|
|
reset()
|
public class CompoundEnumerator
Modifier and Type | Field |
---|---|
system'Enumerator[] |
enumerators
|
IntNumber |
index
|
Modifier and Type | Constructor / Static Method |
---|---|
|
dispatch()
|
CompoundEnumerator |
new(params Object[] args)
|
Modifier and Type | Property |
---|---|
get |
Value()
|
Modifier and Type | Method |
---|---|
BoolValue |
next()
|
|
reset()
|
|
enumerable()
|
public singleton EmptyEnumerable
Modifier and Type | Method |
---|---|
|
enumerator()
|
public class ParallelEnumerator
Modifier and Type | Field |
---|---|
system'Indexer[] |
_indexers
|
IntNumber |
_length
|
BaseStrategy |
_strategy
|
Modifier and Type | Constructor / Static Method |
---|---|
ParallelEnumerator |
new(system'Object[] arguments)
|
ParallelEnumerator |
new(Array a)
|
Modifier and Type | Method |
---|---|
|
reset()
|
public class ReaderEnumerator
Modifier and Type | Field |
---|---|
TextReader |
_reader
|
Object |
_line
|
Modifier and Type | Constructor / Static Method |
---|---|
ReaderEnumerator |
new(source)
|
ReaderEnumerator |
new(Stream stream, Encoder encoder)
|
ReaderEnumerator |
load(String path)
|
ReaderEnumerator |
load(String path, Encoder encoder)
|
Modifier and Type | Property |
---|---|
get |
Value()
|
Modifier and Type | Method |
---|---|
BoolValue |
next()
|
|
reset()
|
|
enumerable()
|
public class SequentialEnumerator
Modifier and Type | Field |
---|---|
system'Indexer[] |
_indexers
|
IntNumber |
_length
|
BaseStrategy |
_strategy
|
Modifier and Type | Constructor / Static Method |
---|---|
|
dispatch()
|
SequentialEnumerator |
new(system'Object[] arguments)
|
SequentialEnumerator |
load(params Object[] arguments)
|
Modifier and Type | Method |
---|---|
|
reset()
|
public class SingleEnumerable
Modifier and Type | Field |
---|---|
Object |
value
|
Modifier and Type | Constructor / Static Method |
---|---|
SingleEnumerable |
new(value)
|
Modifier and Type | Method |
---|---|
|
enumerator()
|
public class Func1
Modifier and Type | Extension Method |
---|---|
|
asComparator()
|
public class Object
Modifier and Type | Extension Method |
---|---|
|
forEachWord(Func1 f)
|
|
populate(Func<system'IntNumber,system'Object> f)
|
|
forEvery(Func<system'IntNumber,system'Object> fn)
|