Stream.apex

  • Docs
  • Tutorials
Docs Menu
  • Streams
  • Methods
    • Creation Methods
    • Functions
    • Subscription Methods
    • Operation Methods
  • Subject

Methods Guide

Methods

Stream Method Reference

Here is the stream method reference.

Stream.with(1, 2, 3)
    .mapBy(R.multiply.apply(2))
    .subscribe(R.debug);

Contribute on Github! Edit this section.