Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatFunction
-
Packages that use FloatFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.ordered org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.api.stack 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 FloatFunction Modifier and Type Method Description LazyFloatIterableLazyIterable. collectFloat(FloatFunction<? super T> floatFunction)Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.FloatIterableRichIterable. 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 FloatFunction Modifier and Type Method Description ImmutableFloatBagImmutableBag. collectFloat(FloatFunction<? super T> floatFunction)default MutableFloatBagMutableBag. collectFloat(FloatFunction<? super T> floatFunction)FloatBagUnsortedBag. 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 FloatFunction Modifier and Type Method Description ImmutableFloatListImmutableSortedBag. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatListMutableSortedBag. collectFloat(FloatFunction<? super T> floatFunction)FloatListSortedBag. 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 FloatFunction Modifier and Type Method Description ImmutableFloatCollectionImmutableCollection. 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 FloatFunction Modifier and Type Method Description <T> ImmutableByteFloatMapImmutableByteFloatMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableCharFloatMapImmutableCharFloatMapFactory. from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableDoubleFloatMapImmutableDoubleFloatMapFactory. from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatBooleanMapImmutableFloatBooleanMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anImmutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatByteMapImmutableFloatByteMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatCharMapImmutableFloatCharMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anImmutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatDoubleMapImmutableFloatDoubleMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anImmutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatFloatMapImmutableFloatFloatMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableFloatFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatIntMapImmutableFloatIntMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anImmutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatLongMapImmutableFloatLongMapFactory. 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.<T> ImmutableFloatShortMapImmutableFloatShortMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableIntFloatMapImmutableIntFloatMapFactory. from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongFloatMapImmutableLongFloatMapFactory. 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.<T> ImmutableShortFloatMapImmutableShortFloatMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteFloatMapMutableByteFloatMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableCharFloatMapMutableCharFloatMapFactory. from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableDoubleFloatMapMutableDoubleFloatMapFactory. from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatBooleanMapMutableFloatBooleanMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anMutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatByteMapMutableFloatByteMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatCharMapMutableFloatCharMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatDoubleMapMutableFloatDoubleMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anMutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatFloatMapMutableFloatFloatMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableFloatFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatIntMapMutableFloatIntMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatLongMapMutableFloatLongMapFactory. 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.<T> MutableFloatShortMapMutableFloatShortMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableIntFloatMapMutableIntFloatMapFactory. from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongFloatMapMutableLongFloatMapFactory. 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.<T> MutableShortFloatMapMutableShortFloatMapFactory. 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 FloatFunction Modifier and Type Method Description ImmutableFloatListImmutableList. collectFloat(FloatFunction<? super T> floatFunction)FloatListListIterable. collectFloat(FloatFunction<? super T> floatFunction)default MutableFloatListMutableList. collectFloat(FloatFunction<? super T> floatFunction)MultiReaderList<T>MultiReaderList. sortThisByFloat(FloatFunction<? super T> function)MutableList<T>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 FloatFunction Modifier and Type Method Description ImmutableFloatBagImmutableMap. collectFloat(FloatFunction<? super V> floatFunction)ImmutableFloatListImmutableOrderedMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagMutableMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatListMutableOrderedMap. collectFloat(FloatFunction<? super V> floatFunction)FloatListOrderedMap. collectFloat(FloatFunction<? super V> floatFunction)FloatBagUnsortedMapIterable. collectFloat(FloatFunction<? super V> floatFunction)<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 FloatFunction Modifier and Type Method Description ImmutableFloatBagImmutablePrimitiveObjectMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatBagMutablePrimitiveObjectMap. collectFloat(FloatFunction<? super V> floatFunction)FloatBagPrimitiveObjectMap. 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 FloatFunction Modifier and Type Method Description ImmutableFloatListImmutableSortedMap. collectFloat(FloatFunction<? super V> floatFunction)MutableFloatListMutableSortedMap. collectFloat(FloatFunction<? super V> floatFunction)FloatListSortedMapIterable. 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 FloatFunction Modifier and Type Method Description OrderedFloatIterableOrderedIterable. collectFloat(FloatFunction<? super T> floatFunction)ReversibleFloatIterableReversibleIterable. 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 FloatFunction Modifier and Type Method Description ImmutableFloatSetImmutableSet. collectFloat(FloatFunction<? super T> floatFunction)default MutableFloatSetMutableSet. collectFloat(FloatFunction<? super T> floatFunction)FloatSetUnsortedSetIterable. 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 FloatFunction Modifier and Type Method Description ImmutableFloatListImmutableSortedSet. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatListMutableSortedSet. collectFloat(FloatFunction<? super T> floatFunction)FloatListSortedSetIterable. 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 FloatFunction Modifier and Type Method Description ImmutableFloatStackImmutableStack. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatStackMutableStack. collectFloat(FloatFunction<? super T> floatFunction)FloatStackStackIterable. 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)
-