| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.ordered.primitive |
| Modifier and Type | Method and Description |
|---|---|
LazyBooleanIterable |
BooleanIterable.asLazy()
Returns a LazyBooleanIterable adapter wrapping the source BooleanIterable.
|
LazyBooleanIterable |
LazyIterable.collectBoolean(BooleanFunction<? super T> booleanFunction)
Returns a lazy BooleanIterable which will transform the underlying iterable data to boolean values based on the booleanFunction.
|
LazyBooleanIterable |
LazyBooleanIterable.collectBoolean(BooleanToBooleanFunction function) |
LazyBooleanIterable |
LazyByteIterable.collectBoolean(ByteToBooleanFunction function) |
LazyBooleanIterable |
LazyCharIterable.collectBoolean(CharToBooleanFunction function) |
LazyBooleanIterable |
LazyDoubleIterable.collectBoolean(DoubleToBooleanFunction function) |
LazyBooleanIterable |
LazyFloatIterable.collectBoolean(FloatToBooleanFunction function) |
LazyBooleanIterable |
LazyIntIterable.collectBoolean(IntToBooleanFunction function) |
LazyBooleanIterable |
LazyLongIterable.collectBoolean(LongToBooleanFunction function) |
LazyBooleanIterable |
LazyShortIterable.collectBoolean(ShortToBooleanFunction function) |
LazyBooleanIterable |
LazyBooleanIterable.reject(BooleanPredicate predicate) |
LazyBooleanIterable |
LazyBooleanIterable.select(BooleanPredicate predicate) |
LazyBooleanIterable |
LazyBooleanIterable.tap(BooleanProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
LazyBooleanIterable |
ReversibleBooleanIterable.asReversed() |
Copyright © 2004–2022. All rights reserved.