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 theImmutableBaginterface.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.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 theMutableCollectioninterface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.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 theMutableMapinterface.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 theMutableSortedMapinterface.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.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 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. -
Uses of FloatObjectToFloatFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type FloatObjectToFloatFunction Modifier and Type Method Description floatAbstractRichIterable. 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 FloatObjectToFloatFunction Modifier and Type Method Description floatAbstractBag. 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 floatImmutableHashBag. 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 floatAbstractBiMap. 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 floatUnmodifiableBiMap. 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 classAddFunction.AddFloatToFloatFunctionprivate static classAddFunction.AddIntegerToFloatFunctionFields in org.eclipse.collections.impl.block.function declared as FloatObjectToFloatFunction Modifier and Type Field Description static FloatObjectToFloatFunction<java.lang.Float>AddFunction. FLOAT_TO_FLOATstatic 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. functionConstructors 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 floatAbstractSynchronizedRichIterable. 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 floatAbstractCollectionAdapter. 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 FloatObjectToFloatFunction Modifier and Type Method Description floatCollectIterable. 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 floatAbstractImmutableList. 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 floatAbstractMutableList. 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 FloatObjectToFloatFunction Modifier and Type Method Description floatImmutableByteObjectEmptyMap. 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 FloatObjectToFloatFunction Modifier and Type Method Description floatUnmodifiableMutableMap. 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 floatByteObjectHashMap. 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 FloatObjectToFloatFunction Modifier and Type Method Description floatUnmodifiableMutableOrderedMap. 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 floatUnmodifiableTreeMap. 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 floatImmutableArrayStack. 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 floatArrayStack. 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 FloatObjectToFloatFunction Modifier and Type Method Description static <T> floatArrayIterate. injectInto(float injectValue, T[] objectArray, FloatObjectToFloatFunction<? super T> function)static <T> floatArrayListIterate. injectInto(float injectValue, java.util.ArrayList<T> list, FloatObjectToFloatFunction<? super T> function)static <T> floatIterate. injectInto(float injectValue, java.lang.Iterable<T> iterable, FloatObjectToFloatFunction<? super T> function)static <T> floatListIterate. 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> floatIterableIterate. injectInto(float injectValue, java.lang.Iterable<T> iterable, FloatObjectToFloatFunction<? super T> function)static <T> floatIteratorIterate. injectInto(float injectValue, java.util.Iterator<T> iterator, FloatObjectToFloatFunction<? super T> function)static <T> floatRandomAccessListIterate. injectInto(float injectValue, java.util.List<T> list, FloatObjectToFloatFunction<? super T> function)
-