An async action.
A factory function that can be cancelled.
Compares to values.
A forEach action.
Checks if two values are equal.
An item message (provider).
A predicate / condition.
A selector.
Possible sequence types.
A result selector for a 'zip' method / function.
Indicates that something is empty.
Indicates that something is an enumerable (sequence).
Indicates if something was not found.
Keeps sure that a value is a sequence.
The value to cast (if needed).
The value as sequence. Can return (null) or (undefined), if 'val' is one of these values.
Returns a value as function.
The function or a value that can be converted to a lambda expression string.
Throw an exception on parse errors or return (false).
'val' as function or (false) on error, if 'throwException' is (false). Can be (null) or (undefined) if 'val' has a same value or is an empty string (representation).
Builds a sequence.
The factory function.
Builds a flatten sequence of sequences.
The factory.
The flatten list of items.
Creates a new sequence from a list of items.
The items for the sequence.
The new sequence.
Creates an empty sequence.
The new, empty sequence.
Creates a new sequence.
The input data.
The new sequence.
Creates a new sequence from the string representation of a value.
The value.
The new sequence.
Checks if a value represents the IS_EMPTY symbol.
The value to check.
Is IS_EMPTY symbol or not.
Checks if a value represents an enumerable (sequence).
The value to check.
Is enumerable (sequence) or not.
Checks if a sequence is (null) or empty.
The sequence to check.
Is (null) or empty.
Checks if a value can be used as enumerable (sequence).
The value to check.
Is sequence or not.
Checks if a sequence is (undefined) / (null) or empty.
The sequence to check.
Is (undefined), (null) or empty.
Checks if a sequence is (undefined) or empty.
The sequence to check.
Is (undefined) or empty.
Checks if a value represents the NOT_FOUND symbol.
The value to check.
Is NOT_FOUND symbol or not.
Creates a sequence from a stack by popping its elements.
The stack from where to pop.
The new sequence.
Returns a sequence of random numbers.
The sequence of random numbers.
Creates a range of numbers.
The start value.
The new sequence.
Creates a range of numbers.
The item to repeat.
The new sequence.
Creates a sequence from a stack by shifting its elements.
The stack from where to shift.
The new sequence.
Returns a sorted sequence.
The items to sort.
The sorted sequence.
Returns a sorted sequence (descending).
The items to sort.
The sorted sequence.
Generated using TypeDoc
node-enumerable (https://github.com/mkloubert/node-enumerable)
Copyright (c) Marcel Joachim Kloubert marcel.kloubert@gmx.net