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