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