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