Class MapStreamlet<R,​T>

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

    public class MapStreamlet<R,​T>
    extends StreamletImpl<T>
    MapStreamlet represents a Streamlet that is made up of applying the user supplied map function to each element of the parent streamlet.