| 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 MutableDoubleCollection> |
BooleanIterable.collectDouble(BooleanToDoubleFunction function,
R target) |
Returns the target
MutableDoubleCollection with the results of applying the specified function on each element
of the source collection. |
LazyDoubleIterable |
LazyBooleanIterable.collectDouble(BooleanToDoubleFunction function) |
| Modifier and Type | Method | Description |
|---|---|---|
LazyDoubleIterable |
AbstractLazyBooleanIterable.collectDouble(BooleanToDoubleFunction function) |
| Constructor | Description |
|---|---|
CollectBooleanToDoubleIterable(BooleanIterable iterable,
BooleanToDoubleFunction function) |
Copyright © 2004–2019. All rights reserved.