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