| 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 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. |
LazyFloatIterable |
LazyBooleanIterable.collectFloat(BooleanToFloatFunction function) |
| Modifier and Type | Method | Description |
|---|---|---|
LazyFloatIterable |
AbstractLazyBooleanIterable.collectFloat(BooleanToFloatFunction function) |
| Constructor | Description |
|---|---|
CollectBooleanToFloatIterable(BooleanIterable iterable,
BooleanToFloatFunction function) |
Copyright © 2004–2018. All rights reserved.