Searched defs:tryAdvance (Results 1 – 6 of 6) sorted by relevance
65 abstract boolean tryAdvance(Consumer<? super E> action); in tryAdvance() method in SpliteratorTester.GeneralSpliterator101 boolean tryAdvance(Consumer<? super E> action) { in tryAdvance() method in SpliteratorTester.GeneralSpliteratorOfObject138 boolean tryAdvance(Consumer<? super E> action) { in tryAdvance() method in SpliteratorTester.GeneralSpliteratorOfPrimitive
74 public boolean tryAdvance(final Consumer<? super T> action) { in tryAdvance() method in UncheckedIOSpliterator
122 default boolean tryAdvance(IOConsumer<? super T> action) { in tryAdvance() method
66 public boolean tryAdvance(Consumer<? super T> action) { in indexed() method in CollectSpliterators.WithCharacteristics
798 public boolean tryAdvance(Consumer<? super E> action) { in spliterator() method
167 public boolean tryAdvance(final Consumer<? super T> action) { in tryAdvance() method in EnumerationSpliterator