Uses of Interface
com.im.commons.CombiningFunction
-
Packages that use CombiningFunction Package Description com.im.commons -
-
Uses of CombiningFunction in com.im.commons
Methods in com.im.commons with parameters of type CombiningFunction Modifier and Type Method Description static <VAL,ACCU>
ACCUFunctional. foldl(CombiningFunction<VAL,ACCU> f, ACCU z, java.lang.Iterable<? extends VAL> xs)
Version offoldl
as it is known in functional programming word.static <VAL,ACCU>
ACCUFunctional. foldlNull(CombiningFunction<VAL,ACCU> f, ACCU z, java.lang.Iterable<VAL> xs)
Version offoldl
as it is known in functional programming word handling thenull
values.
-