Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction
-
Packages that use FloatObjectToFloatFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API. -
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description floatRichIterable. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)Deprecated.since 11.1 - use injectIntoFloat insteaddefault floatRichIterable. injectIntoFloat(float injectedValue, FloatObjectToFloatFunction<? super T> function)Returns the final float result of evaluating function using each element of the iterable and the previous evaluation result as the parameters.
-