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