| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| Modifier and Type | Method | Description |
|---|---|---|
default <R extends MutableIntCollection> |
BooleanIterable.collectInt(BooleanToIntFunction function,
R target) |
Returns the target
MutableIntCollection with the results of applying the specified function on each element
of the source collection. |
LazyIntIterable |
LazyBooleanIterable.collectInt(BooleanToIntFunction function) |
| Modifier and Type | Method | Description |
|---|---|---|
LazyIntIterable |
AbstractLazyBooleanIterable.collectInt(BooleanToIntFunction function) |
| Constructor | Description |
|---|---|
CollectBooleanToIntIterable(BooleanIterable iterable,
BooleanToIntFunction function) |
Copyright © 2004–2019. All rights reserved.