Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction
Packages that use FloatObjectToFloatFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBiMap interface.This package contains implementations of primitive procedures.
This package contains implementations of the
MutableCollection interface.This package contains implementations of the
LazyIterable interface.This package contains implementations of the
ImmutableList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the
ImmutableStack interface.This package contains implementations of the
MutableStack interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatRichIterable.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. -
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatAbstractRichIterable.injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function) floatUnmodifiableRichIterable.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatAbstractBag.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatImmutableHashBag.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatAbstractBiMap.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatUnmodifiableBiMap.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 FloatObjectToFloatFunctionModifier and TypeClassDescriptionprivate static classprivate static classFields in org.eclipse.collections.impl.block.function declared as FloatObjectToFloatFunctionModifier and TypeFieldDescriptionstatic final FloatObjectToFloatFunction<Float> AddFunction.FLOAT_TO_FLOATstatic final FloatObjectToFloatFunction<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 FloatObjectToFloatFunctionModifier and TypeFieldDescriptionprivate final FloatObjectToFloatFunction<? super T> InjectIntoFloatProcedure.functionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type FloatObjectToFloatFunctionModifierConstructorDescriptionInjectIntoFloatProcedure(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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatAbstractSynchronizedRichIterable.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatAbstractCollectionAdapter.injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function) floatAbstractMultiReaderMutableCollection.injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function) floatAbstractMultiReaderMutableCollection.UntouchableMutableCollection.injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function) floatAbstractUnmodifiableMutableCollection.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatCollectIterable.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatAbstractImmutableList.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatAbstractMutableList.injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> function) floatCompositeFastList.injectInto(float injectedValue, FloatObjectToFloatFunction<? super E> function) floatFastList.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatImmutableByteObjectEmptyMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableByteObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableByteObjectSingletonMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableCharObjectEmptyMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableCharObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableCharObjectSingletonMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableDoubleObjectEmptyMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableDoubleObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableDoubleObjectSingletonMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableFloatObjectEmptyMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableFloatObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableFloatObjectSingletonMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableIntObjectEmptyMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableIntObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableIntObjectSingletonMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableLongObjectEmptyMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableLongObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableLongObjectSingletonMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableShortObjectEmptyMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableShortObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatImmutableShortObjectSingletonMap.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatUnmodifiableMutableMap.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatByteObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatCharObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatDoubleObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatFloatObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatIntObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatLongObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatShortObjectHashMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatSynchronizedByteObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatSynchronizedCharObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatSynchronizedDoubleObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatSynchronizedFloatObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatSynchronizedIntObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatSynchronizedLongObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatSynchronizedShortObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatUnmodifiableByteObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatUnmodifiableCharObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatUnmodifiableDoubleObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatUnmodifiableFloatObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatUnmodifiableIntObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatUnmodifiableLongObjectMap.injectInto(float injectedValue, FloatObjectToFloatFunction<? super V> function) floatUnmodifiableShortObjectMap.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatUnmodifiableMutableOrderedMap.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatUnmodifiableTreeMap.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatImmutableArrayStack.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionfloatArrayStack.injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> floatObjectToFloatFunction) floatSynchronizedStack.injectInto(float injectedValue, FloatObjectToFloatFunction<? super T> floatObjectToFloatFunction) floatUnmodifiableStack.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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionstatic <T> floatArrayIterate.injectInto(float injectValue, T[] objectArray, FloatObjectToFloatFunction<? super T> function) static <T> floatArrayListIterate.injectInto(float injectValue, ArrayList<T> list, FloatObjectToFloatFunction<? super T> function) static <T> floatIterate.injectInto(float injectValue, Iterable<T> iterable, FloatObjectToFloatFunction<? super T> function) static <T> floatListIterate.injectInto(float injectValue, 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 FloatObjectToFloatFunctionModifier and TypeMethodDescriptionstatic <T> floatIterableIterate.injectInto(float injectValue, Iterable<T> iterable, FloatObjectToFloatFunction<? super T> function) static <T> floatIteratorIterate.injectInto(float injectValue, Iterator<T> iterator, FloatObjectToFloatFunction<? super T> function) static <T> floatRandomAccessListIterate.injectInto(float injectValue, List<T> list, FloatObjectToFloatFunction<? super T> function)