| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| Modifier and Type | Method and Description |
|---|---|
LazyIntIterable |
LazyBooleanIterable.collectInt(BooleanToIntFunction function) |
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. |
Copyright © 2004–2023. All rights reserved.