• 1Installation
  • 2Preliminary Knowledge
  • 3Create Streams
  • 4Subscription
  • 5Lazy Streams
  • 6Stream Operations
  • 7Subjects

Stream.apex

  • Docs
  • Tutorials
Getting started with Stream.apex

Installation

Mapper.apex has a dependency on R.apex.

First, we will include R.apex.

Include Func.cls, R.cls, and RTest.cls(optional) into your Org, and R.apex is ready.

Then, we will include Stream.apex.

Include Stream.cls, and StreamTest.cls(optional) into your Org, and you are ready to go.

Done