Array Stream
Last updated
Last updated
The ArrayStream
is a Stream
that provides array-related methods.
Returns a Stream
that picks an item from the produced output.
Returns a StringStream
that merges the produced output.
Parameter | Type | Default | Description |
---|---|---|---|
Returns an ArrayStream
that samples the produced output.
Returns an ArrayStream
that sorts the produced output.
Returns an ArrayStream
that maps the produced output.
Returns an ArrayStream
that filters the produced output.
Parameter | Type | Default | Description |
---|---|---|---|
Parameter | Type | Default | Description |
---|---|---|---|
Parameter | Type | Default | Description |
---|---|---|---|
Parameter | Type | Default | Description |
---|---|---|---|
seperator
String
''
separator
size
Integer
3
sample size
fn
Function
sort function
fn
Function
map function
fn
Function
filter function