RStream (REnum v0.3.1)
Entry point of Stream extensions, and can use all of RStream.* functions. See also.
Link to this section Summary
Functions
See Stream.chunk/2
.
See Stream.chunk/3
.
See Stream.chunk/4
.
See Stream.filter_map/3
.
See Stream.run/1
.
See Stream.uniq/1
.
See Stream.uniq/2
.
See Stream.zip/1
.
Link to this section Functions
chunk(arg1, arg2)
See Stream.chunk/2
.
chunk(arg1, arg2, arg3)
See Stream.chunk/3
.
chunk(arg1, arg2, arg3, arg4)
See Stream.chunk/4
.
chunk_by(arg1, arg2)
See Stream.chunk_by/2
.
chunk_every(arg1, arg2)
See Stream.chunk_every/2
.
chunk_every(arg1, arg2, arg3)
See Stream.chunk_every/3
.
chunk_every(arg1, arg2, arg3, arg4)
See Stream.chunk_every/4
.
chunk_while(arg1, arg2, arg3, arg4)
See Stream.chunk_while/4
.
concat(arg1)
See Stream.concat/1
.
concat(arg1, arg2)
See Stream.concat/2
.
cycle(arg1)
See Stream.cycle/1
.
dedup(arg1)
See Stream.dedup/1
.
dedup_by(arg1, arg2)
See Stream.dedup_by/2
.
drop(arg1, arg2)
See Stream.drop/2
.
drop_every(arg1, arg2)
See Stream.drop_every/2
.
drop_while(arg1, arg2)
See Stream.drop_while/2
.
each(arg1, arg2)
See Stream.each/2
.
filter(arg1, arg2)
See Stream.filter/2
.
filter_map(arg1, arg2, arg3)
See Stream.filter_map/3
.
flat_map(arg1, arg2)
See Stream.flat_map/2
.
intersperse(arg1, arg2)
See Stream.intersperse/2
.
interval(arg1)
See Stream.interval/1
.
into(arg1, arg2)
See Stream.into/2
.
into(arg1, arg2, arg3)
See Stream.into/3
.
iterate(arg1, arg2)
See Stream.iterate/2
.
map(arg1, arg2)
See Stream.map/2
.
map_every(arg1, arg2, arg3)
See Stream.map_every/3
.
reject(arg1, arg2)
See Stream.reject/2
.
repeatedly(arg1)
See Stream.repeatedly/1
.
resource(arg1, arg2, arg3)
See Stream.resource/3
.
run(arg1)
See Stream.run/1
.
scan(arg1, arg2)
See Stream.scan/2
.
scan(arg1, arg2, arg3)
See Stream.scan/3
.
take(arg1, arg2)
See Stream.take/2
.
take_every(arg1, arg2)
See Stream.take_every/2
.
take_while(arg1, arg2)
See Stream.take_while/2
.
timer(arg1)
See Stream.timer/1
.
transform(arg1, arg2, arg3)
See Stream.transform/3
.
transform(arg1, arg2, arg3, arg4)
See Stream.transform/4
.
unfold(arg1, arg2)
See Stream.unfold/2
.
uniq(arg1)
See Stream.uniq/1
.
uniq(arg1, arg2)
See Stream.uniq/2
.
uniq_by(arg1, arg2)
See Stream.uniq_by/2
.
with_index(arg1)
See Stream.with_index/1
.
with_index(arg1, arg2)
See Stream.with_index/2
.
zip(arg1)
See Stream.zip/1
.
zip(arg1, arg2)
See Stream.zip/2
.
zip_with(arg1, arg2)
See Stream.zip_with/2
.
zip_with(arg1, arg2, arg3)
See Stream.zip_with/3
.