Свойство | Type | Description | |
---|---|---|---|
_f | IFn | ||
_first | object | ||
_rest | ISeq |
Méthode | Description | |
---|---|---|
LazyCons ( IFn f ) : System |
Construct a lazy cons on a function.
|
|
withMeta ( IPersistentMap meta ) : IObj |
Create a copy with new metadata.
|
Méthode | Description | |
---|---|---|
LazyCons ( IPersistentMap meta, object first, ISeq rest ) : System |
Construct a lazy cons on a function, with attached metadata.
|
|
first ( ) : object | ||
rest ( ) : ISeq |
public LazyCons ( IFn f ) : System | ||
f | IFn | The function that will create first/rest. |
Résultat | System |
public withMeta ( IPersistentMap meta ) : IObj | ||
meta | IPersistentMap | The new metadata. |
Résultat | IObj |