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.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.block.function org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
RichIterable. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
Deprecated.since 11.1 - use injectIntoFloat insteaddefault float
RichIterable. 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. -
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
AbstractRichIterable. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
float
UnmodifiableRichIterable. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
AbstractBag. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
ImmutableHashBag. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
AbstractBiMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
UnmodifiableBiMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.block.function
Classes in org.eclipse.collections.impl.block.function that implement FloatObjectToFloatFunction Modifier and Type Class Description private static class
AddFunction.AddFloatToFloatFunction
private static class
AddFunction.AddIntegerToFloatFunction
Fields in org.eclipse.collections.impl.block.function declared as FloatObjectToFloatFunction Modifier and Type Field Description static FloatObjectToFloatFunction<java.lang.Float>
AddFunction. FLOAT_TO_FLOAT
static FloatObjectToFloatFunction<java.lang.Integer>
AddFunction. INTEGER_TO_FLOAT
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as FloatObjectToFloatFunction Modifier and Type Field Description private FloatObjectToFloatFunction<? super T>
InjectIntoFloatProcedure. function
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type FloatObjectToFloatFunction Constructor Description InjectIntoFloatProcedure(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
AbstractSynchronizedRichIterable. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
AbstractCollectionAdapter. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
float
AbstractMultiReaderMutableCollection. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
float
AbstractMultiReaderMutableCollection.UntouchableMutableCollection. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
float
AbstractUnmodifiableMutableCollection. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
CollectIterable. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> f)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
AbstractImmutableList. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
AbstractMutableList. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
float
CompositeFastList. injectInto(float injectedValue, FloatObjectToFloatFunction<? super E> function)
float
FastList. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
ImmutableByteObjectEmptyMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableByteObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableByteObjectSingletonMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableCharObjectEmptyMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableCharObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableCharObjectSingletonMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableDoubleObjectEmptyMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableDoubleObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableDoubleObjectSingletonMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableFloatObjectEmptyMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableFloatObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableFloatObjectSingletonMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableIntObjectEmptyMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableIntObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableIntObjectSingletonMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableLongObjectEmptyMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableLongObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableLongObjectSingletonMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableShortObjectEmptyMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableShortObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ImmutableShortObjectSingletonMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
UnmodifiableMutableMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
ByteObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
CharObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
DoubleObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
FloatObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
IntObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
LongObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
ShortObjectHashMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
SynchronizedByteObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
SynchronizedCharObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
SynchronizedDoubleObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
SynchronizedFloatObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
SynchronizedIntObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
SynchronizedLongObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
SynchronizedShortObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
UnmodifiableByteObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
UnmodifiableCharObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
UnmodifiableDoubleObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
UnmodifiableFloatObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
UnmodifiableIntObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
UnmodifiableLongObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
float
UnmodifiableShortObjectMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
UnmodifiableMutableOrderedMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
UnmodifiableTreeMap. injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
ImmutableArrayStack. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> floatObjectToFloatFunction)
Deprecated. -
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description float
ArrayStack. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> floatObjectToFloatFunction)
float
SynchronizedStack. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> floatObjectToFloatFunction)
float
UnmodifiableStack. injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> floatObjectToFloatFunction)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description static <T> float
ArrayIterate. injectInto(float injectValue, T[] objectArray, FloatObjectToFloatFunction<? super T> function)
static <T> float
ArrayListIterate. injectInto(float injectValue, java.util.ArrayList<T> list, FloatObjectToFloatFunction<? super T> function)
static <T> float
Iterate. injectInto(float injectValue, java.lang.Iterable<T> iterable, FloatObjectToFloatFunction<? super T> function)
static <T> float
ListIterate. injectInto(float injectValue, java.util.List<T> list, FloatObjectToFloatFunction<? super T> function)
-
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description static <T> float
IterableIterate. injectInto(float injectValue, java.lang.Iterable<T> iterable, FloatObjectToFloatFunction<? super T> function)
static <T> float
IteratorIterate. injectInto(float injectValue, java.util.Iterator<T> iterator, FloatObjectToFloatFunction<? super T> function)
static <T> float
RandomAccessListIterate. injectInto(float injectValue, java.util.List<T> list, FloatObjectToFloatFunction<? super T> function)
-