| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| Modifier and Type | Method and Description |
|---|---|
LazyShortIterable |
LazyBooleanIterable.collectShort(BooleanToShortFunction function) |
default <R extends MutableShortCollection> |
BooleanIterable.collectShort(BooleanToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
Copyright © 2004–2023. All rights reserved.