Class RemapStreamlet<R>

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

    public class RemapStreamlet<R>
    extends StreamletImpl<R>
    RemapStreamlet represents a Streamlet that is the result of applying user supplied remapFn on all elements of its parent Streamlet. RemapStreamlet as such is a generalized version of the Map/FlatMapStreamlets that give users more flexibility over the operation. The remapFn allows for users to choose which destination shards every transformed element can go.