Package | Description |
---|---|
com.github.underscore | |
com.github.underscore.lodash |
Modifier and Type | Method | Description |
---|---|---|
static <T,E> E |
$.foldl(Iterable<T> iterable,
FunctionAccum<E,T> func,
E zeroElem) |
|
static <T,E> E |
$.foldr(Iterable<T> iterable,
FunctionAccum<E,T> func,
E zeroElem) |
|
static <T,E> E |
$.inject(Iterable<T> iterable,
FunctionAccum<E,T> func,
E zeroElem) |
|
<F> $.Chain<F> |
$.Chain.reduce(FunctionAccum<F,T> func,
F zeroElem) |
|
static <E> E |
$.reduce(int[] array,
FunctionAccum<E,? super Integer> func,
E zeroElem) |
|
static <T,E> E |
$.reduce(Iterable<T> iterable,
FunctionAccum<E,T> func,
E zeroElem) |
|
static <T,E> E |
$.reduce(T[] array,
FunctionAccum<E,T> func,
E zeroElem) |
|
<F> $.Chain<F> |
$.Chain.reduceRight(FunctionAccum<F,T> func,
F zeroElem) |
|
static <E> E |
$.reduceRight(int[] array,
FunctionAccum<E,? super Integer> func,
E zeroElem) |
|
static <T,E> E |
$.reduceRight(Iterable<T> iterable,
FunctionAccum<E,T> func,
E zeroElem) |
|
static <T,E> E |
$.reduceRight(T[] array,
FunctionAccum<E,T> func,
E zeroElem) |
Modifier and Type | Method | Description |
---|---|---|
<F> $.Chain<F> |
$.Chain.reduce(FunctionAccum<F,T> func,
F zeroElem) |
|
<F> $.Chain<F> |
$.Chain.reduceRight(FunctionAccum<F,T> func,
F zeroElem) |
Copyright © 2018. All rights reserved.