public interface BooleanIterable
extends java.lang.Iterable
Modifier and Type | Method and Description |
---|---|
default void |
forEach(BooleanConsumer action) |
default void |
forEach(java.util.function.Consumer action)
Deprecated.
|
BooleanIterator |
iterator() |
BooleanIterator iterator()
iterator
in interface java.lang.Iterable
default void forEach(BooleanConsumer action)
@Deprecated default void forEach(java.util.function.Consumer action)
forEach
in interface java.lang.Iterable
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.