Method | Description | |
---|---|---|
count ( ) : int |
Gets the number of items in the collection.
|
|
first ( ) : object |
Gets the first item.
|
|
rest ( ) : ISeq |
Gets the rest of the sequence.
|
|
withMeta ( IPersistentMap meta ) : IObj |
Create a copy with new metadata.
|
Method | Description | |
---|---|---|
Seq ( IPersistentMap meta, ISeq f, ISeq rseq ) : System |
Initializes a
|
|
Seq ( ISeq f, ISeq rseq ) : System |
Initializes a
|
public withMeta ( IPersistentMap meta ) : IObj | ||
meta | IPersistentMap | The new metadata. |
return | IObj |