| Package | Description |
|---|---|
| net.ninjacat.smooth.iterators |
| Modifier and Type | Method and Description |
|---|---|
<R> Promise<R> |
Iter.lazyReduce(R starting,
Function2<R,R,E> f)
Lazily folds iterable iterator left
|
<R> R |
Iter.reduce(R starting,
Function2<R,R,E> f)
Folds iterable iterator left
|
<R> Promise<R> |
LazyIter.reduce(R starting,
Function2<R,R,E> f)
Folds iterable collection left
|
Copyright © 2018. All rights reserved.