Class FilterStreamlet<R>

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

    public class FilterStreamlet<R>
    extends StreamletImpl<R>
    FilterStreamlet represents a Streamlet that is made up of elements from the parent Streamlet after applying a user supplied filter function.