Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatFunction
Packages that use FloatFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
-
Uses of FloatFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatFunctionModifier and TypeMethodDescriptionLazyIterable.collectFloat(FloatFunction<? super T> floatFunction) Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.RichIterable.collectFloat(FloatFunction<? super T> floatFunction) Returns a new primitivefloatiterable with the results of applying the specified function on each element of the source collection.default <R extends MutableFloatCollection>
RRichIterable.collectFloat(FloatFunction<? super T> floatFunction, R target) Same asRichIterable.collectFloat(FloatFunction), except that the results are gathered into the specifiedtargetcollection.<V> ObjectDoubleMap<V>RichIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) Groups and sums the values using the two specified functions.default DoubleSummaryStatisticsRichIterable.summarizeFloat(FloatFunction<? super T> function) Returns the result of summarizing the value returned from applying the FloatFunction to each element of the iterable.doubleParallelIterable.sumOfFloat(FloatFunction<? super T> function) Returns the final double result of evaluating function for each element of the iterable in parallel and adding the results together.doubleRichIterable.sumOfFloat(FloatFunction<? super T> function) Returns the final double result of evaluating function for each element of the iterable and adding the results together. -
Uses of FloatFunction in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableBag.collectFloat(FloatFunction<? super T> floatFunction) default MutableFloatBagMutableBag.collectFloat(FloatFunction<? super T> floatFunction) UnsortedBag.collectFloat(FloatFunction<? super T> floatFunction) default DoubleSummaryStatisticsBag.summarizeFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) MutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) SortedBag.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableCollection.collectFloat(FloatFunction<? super T> floatFunction) default MutableFloatCollectionMutableCollection.collectFloat(FloatFunction<? super T> floatFunction) Returns a new primitivefloatiterable with the results of applying the specified function on each element of the source collection.<V> ImmutableObjectDoubleMap<V>ImmutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V>MutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableByteFloatMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableCharFloatMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableDoubleFloatMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatBooleanMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatByteMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anImmutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatCharMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatDoubleMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anImmutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatFloatMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableFloatFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatIntMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatLongMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> ImmutableFloatObjectMap<V> ImmutableFloatObjectMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anImmutableFloatObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatShortMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntFloatMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongFloatMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableObjectFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortFloatMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteFloatMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharFloatMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleFloatMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatBooleanMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatByteMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatCharMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anMutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatDoubleMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anMutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatFloatMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableFloatFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatIntMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatLongMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> MutableFloatObjectMap<V> MutableFloatObjectMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anMutableFloatObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatShortMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntFloatMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongFloatMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> MutableObjectFloatMap<K> MutableObjectFloatMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableObjectFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortFloatMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction. -
Uses of FloatFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableList.collectFloat(FloatFunction<? super T> floatFunction) ListIterable.collectFloat(FloatFunction<? super T> floatFunction) default MutableFloatListMutableList.collectFloat(FloatFunction<? super T> floatFunction) MultiReaderList.sortThisByFloat(FloatFunction<? super T> function) MutableList.sortThisByFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableMap.collectFloat(FloatFunction<? super V> floatFunction) ImmutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) MutableMap.collectFloat(FloatFunction<? super V> floatFunction) MutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) OrderedMap.collectFloat(FloatFunction<? super V> floatFunction) UnsortedMapIterable.collectFloat(FloatFunction<? super V> floatFunction) <VV> ImmutableObjectDoubleMap<VV>ImmutableOrderedMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1>MutableMapIterable.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) MutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) PrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <P> floatMutableByteFloatMap.getIfAbsentPutWith(byte key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableCharFloatMap.getIfAbsentPutWith(char key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableDoubleFloatMap.getIfAbsentPutWith(double key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableFloatFloatMap.getIfAbsentPutWith(float key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableIntFloatMap.getIfAbsentPutWith(int key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableLongFloatMap.getIfAbsentPutWith(long key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableObjectFloatMap.getIfAbsentPutWith(K key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableShortFloatMap.getIfAbsentPutWith(short key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.floatMutableObjectFloatMap.getIfAbsentPutWithKey(K key, FloatFunction<? super K> function) Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key.<VV> ImmutableObjectDoubleMap<VV>ImmutablePrimitiveObjectMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) <VV> MutableObjectDoubleMap<VV>MutablePrimitiveObjectMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) MutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) SortedMapIterable.collectFloat(FloatFunction<? super V> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type FloatFunctionModifier and TypeMethodDescriptionOrderedIterable.collectFloat(FloatFunction<? super T> floatFunction) ReversibleIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSet.collectFloat(FloatFunction<? super T> floatFunction) default MutableFloatSetMutableSet.collectFloat(FloatFunction<? super T> floatFunction) UnsortedSetIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) MutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) SortedSetIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableStack.collectFloat(FloatFunction<? super T> floatFunction) MutableStack.collectFloat(FloatFunction<? super T> floatFunction) StackIterable.collectFloat(FloatFunction<? super T> floatFunction) <V> ImmutableObjectDoubleMap<V>ImmutableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V>MutableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function)