Class SupplierStreamlet<R>

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

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