Class FlatMapStreamlet<R,​T>

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

    public class FlatMapStreamlet<R,​T>
    extends StreamletImpl<T>
    FlatMapStreamlet represents a Streamlet that is made up of applying the user supplied flatMap function to each element of the parent streamlet and flattening out the result.