A sequence with no elements. The type of the expression
{}.
| Attributes | |
| clone | Source Code shared actual Empty clone Returns an |
| coalesced | Source Code shared actual Empty coalesced The non-null elements of this |
| first | Source Code shared actual Nothing first The first element. Should produce |
| iterator | Source Code Returns an iterator that is already exhausted. |
| last | Source Code shared actual Nothing last The last element. Should produce |
| lastIndex | Source Code shared actual Nothing lastIndex Returns |
| reversed | Source Code shared actual Empty reversed Returns an |
| sequence | Source Code shared actual Empty sequence Returns an |
| size | Source Code shared actual Integer size Returns 0. |
| string | Source Code shared actual String string Returns a string description of the empty List: |
| Inherited Attributes |
| Attributes inherited from: Object |
| Attributes inherited from: Cloneable<Clone> |
| Attributes inherited from: Object |
| Attributes inherited from: Container |
| Attributes inherited from: ContainerWithFirstElement<Element,Null> |
| Attributes inherited from: Correspondence<Key,Item> |
| Attributes inherited from: Iterable<Element> |
| Attributes inherited from: List<Element> |
| Attributes inherited from: Sized |
| Methods | |
| any | Source Code Return |
| by | Source Code Produce an (0..10).by(3) results in an iterable object with the elements
|
| collect | Source Code A sequence containing the results of applying the
given mapping to the elements of this container. An
eager counterpart to |
| contains | Source Code Returns |
| count | Source Code Returns 0 for any given predicate. |
| defines | Source Code Determines if there is a value defined for the given key. |
| every | Source Code Return |
| filter | Source Code An |
| find | Source Code The first element which satisfies the given
predicate, if any, or |
| fold | Source Code shared actual Result fold<Result>(Result initial, Result accumulating(Result partial, Bottom element)) The result of applying the accumulating function to each element of this container in turn. |
| item | Source Code Returns |
| map | Source Code An |
| segment | Source Code Returns an |
| select | Source Code A sequence containing the elements of this
container that satisfy the given predicate. An
eager counterpart to |
| skipping | Source Code Produce an |
| sort | Source Code A sequence containing the elements of this container, sorted according to a function imposing a partial order upon the elements. For convenience, the functions "Hello World!".sort(byIncreasing((Character c) c.lowercased)) This operation is eager by nature. |
| span | Source Code Returns an |
| taking | Source Code Produce an |
| withLeading | Source Code Returns a new |
| withTrailing | Source Code Returns a new |
| Inherited Methods |
| Methods inherited from: Object |
| Methods inherited from: Category |
| Methods inherited from: Correspondence<Key,Item> |
| Methods inherited from: Iterable<Element> |
| Methods inherited from: Object |
| Methods inherited from: List<Element> |
| Methods inherited from: Ranged<Index,Span> |