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