| Package | Description |
|---|---|
| org.eclipse.collections.api.collection |
| Modifier and Type | Method and Description |
|---|---|
<IV,P> IV |
MutableCollection.injectIntoWith(IV injectValue,
Function3<? super IV,? super T,? super P,? extends IV> function,
P parameter)
Returns the final result of evaluating function using each element of the iterable, the previous evaluation
result and the parameters.
|
Copyright © 2004–2021. All rights reserved.