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.uniq/2.

Link to this section Functions

Link to this function

chunk(arg1, arg2)

See Stream.chunk/2.

Link to this function

chunk(arg1, arg2, arg3)

See Stream.chunk/3.

Link to this function

chunk(arg1, arg2, arg3, arg4)

See Stream.chunk/4.

Link to this function

chunk_by(arg1, arg2)

See Stream.chunk_by/2.

Link to this function

chunk_every(arg1, arg2)

See Stream.chunk_every/2.

Link to this function

chunk_every(arg1, arg2, arg3)

See Stream.chunk_every/3.

Link to this function

chunk_every(arg1, arg2, arg3, arg4)

See Stream.chunk_every/4.

Link to this function

chunk_while(arg1, arg2, arg3, arg4)

See Stream.chunk_while/4.

See Stream.concat/1.

Link to this function

concat(arg1, arg2)

See Stream.concat/2.

See Stream.cycle/1.

See Stream.dedup/1.

Link to this function

dedup_by(arg1, arg2)

See Stream.dedup_by/2.

Link to this function

drop(arg1, arg2)

See Stream.drop/2.

Link to this function

drop_every(arg1, arg2)

See Stream.drop_every/2.

Link to this function

drop_while(arg1, arg2)

See Stream.drop_while/2.

Link to this function

each(arg1, arg2)

See Stream.each/2.

Link to this function

filter(arg1, arg2)

See Stream.filter/2.

Link to this function

filter_map(arg1, arg2, arg3)

See Stream.filter_map/3.

Link to this function

flat_map(arg1, arg2)

See Stream.flat_map/2.

Link to this function

intersperse(arg1, arg2)

See Stream.intersperse/2.

See Stream.interval/1.

Link to this function

into(arg1, arg2)

See Stream.into/2.

Link to this function

into(arg1, arg2, arg3)

See Stream.into/3.

Link to this function

iterate(arg1, arg2)

See Stream.iterate/2.

Link to this function

map(arg1, arg2)

See Stream.map/2.

Link to this function

map_every(arg1, arg2, arg3)

See Stream.map_every/3.

Link to this function

reject(arg1, arg2)

See Stream.reject/2.

Link to this function

repeatedly(arg1)

See Stream.repeatedly/1.

Link to this function

resource(arg1, arg2, arg3)

See Stream.resource/3.

See Stream.run/1.

Link to this function

scan(arg1, arg2)

See Stream.scan/2.

Link to this function

scan(arg1, arg2, arg3)

See Stream.scan/3.

Link to this function

take(arg1, arg2)

See Stream.take/2.

Link to this function

take_every(arg1, arg2)

See Stream.take_every/2.

Link to this function

take_while(arg1, arg2)

See Stream.take_while/2.

See Stream.timer/1.

Link to this function

transform(arg1, arg2, arg3)

See Stream.transform/3.

Link to this function

transform(arg1, arg2, arg3, arg4)

See Stream.transform/4.

Link to this function

unfold(arg1, arg2)

See Stream.unfold/2.

See Stream.uniq/1.

Link to this function

uniq(arg1, arg2)

See Stream.uniq/2.

Link to this function

uniq_by(arg1, arg2)

See Stream.uniq_by/2.

Link to this function

with_index(arg1)

See Stream.with_index/1.

Link to this function

with_index(arg1, arg2)

See Stream.with_index/2.

See Stream.zip/1.

Link to this function

zip(arg1, arg2)

See Stream.zip/2.

Link to this function

zip_with(arg1, arg2)

See Stream.zip_with/2.

Link to this function

zip_with(arg1, arg2, arg3)

See Stream.zip_with/3.