| 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 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. |
LazyShortIterable |
LazyBooleanIterable.collectShort(BooleanToShortFunction function) |
| Modifier and Type | Method | Description |
|---|---|---|
LazyShortIterable |
AbstractLazyBooleanIterable.collectShort(BooleanToShortFunction function) |
| Constructor | Description |
|---|---|
CollectBooleanToShortIterable(BooleanIterable iterable,
BooleanToShortFunction function) |
Copyright © 2004–2020. All rights reserved.