Class EntryPipeline.While.Take<T>

java.lang.Object
aQute.bnd.stream.EntryPipeline.While<T>
aQute.bnd.stream.EntryPipeline.While.Take<T>
All Implemented Interfaces:
Consumer<T>, Spliterator<T>
Enclosing class:
EntryPipeline.While<T>

static final class EntryPipeline.While.Take<T> extends EntryPipeline.While<T>
  • Field Details

    • take

      private boolean take
  • Constructor Details

  • Method Details

    • tryAdvance

      public boolean tryAdvance(Consumer<? super T> action)