Class SourceStreamlet<R>

  • All Implemented Interfaces:
    Streamlet<R>, StreamletBase<R>

    public class SourceStreamlet<R>
    extends StreamletImpl<R>
    SourceStreamlet is a very quick and flexible way of creating a Streamlet from a user supplied Generator Function. The Generator function is the source of all tuples for this Streamlet.