Uses of Interface
org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
-
Packages that use DoubleToObjectFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.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.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.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.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of DoubleToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> RichIterable<V>
DoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.default <V,R extends java.util.Collection<V>>
RDoubleIterable. collect(DoubleToObjectFunction<? extends V> function, R target)
Same asDoubleIterable.collect(DoubleToObjectFunction)
, only the results are added to the target Collection.<V> LazyIterable<V>
LazyDoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
default <V,R extends java.util.Collection<V>>
RDoubleIterable. flatCollect(DoubleToObjectFunction<? extends java.lang.Iterable<V>> function, R target)
flatCollect
is a special case ofDoubleIterable.collect(DoubleToObjectFunction)
.<V> LazyIterable<V>
LazyDoubleIterable. flatCollect(DoubleToObjectFunction<? extends java.lang.Iterable<V>> function)
default <T> MutableDoubleList
DoubleIterable. toSortedListBy(DoubleToObjectFunction<T> function)
Converts the collection to a MutableDoubleListImplementation sorted based on the natural order of the key returned byfunction
.default <T> MutableDoubleList
DoubleIterable. toSortedListBy(DoubleToObjectFunction<T> function, java.util.Comparator<? super T> comparator)
Converts the collection to a MutableDoubleList implementation, which is sorted based on the key returned byfunction
using the providedcomparator
. -
Uses of DoubleToObjectFunction in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> Bag<V>
DoubleBag. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableDoubleBag. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
MutableDoubleBag. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> ImmutableCollection<V>
ImmutableDoubleCollection. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
MutableDoubleCollection. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> ListIterable<V>
DoubleList. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableList<V>
ImmutableDoubleList. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableList<V>
MutableDoubleList. collect(DoubleToObjectFunction<? extends V> function)
default <T> MutableDoubleList
MutableDoubleList. sortThisBy(DoubleToObjectFunction<T> function)
Sorts the internal data structure of this list based on the natural order of the key returned byfunction
.default <T> MutableDoubleList
MutableDoubleList. sortThisBy(DoubleToObjectFunction<T> function, java.util.Comparator<? super T> comparator)
Sorts the internal data structure of this list based on the key returned byfunction
using the providedcomparator
. -
Uses of DoubleToObjectFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> Bag<V>
DoubleValuesMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableByteDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableCharDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableDoubleDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableFloatDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableIntDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableLongDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableCollection<V>
ImmutableObjectDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableShortDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
MutableDoubleValuesMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
MutableObjectDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
V
MutableDoubleObjectMap. getIfAbsentPutWithKey(double key, DoubleToObjectFunction<? extends V> 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. -
Uses of DoubleToObjectFunction in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> OrderedIterable<V>
OrderedDoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
<V> ReversibleIterable<V>
ReversibleDoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> SetIterable<V>
DoubleSet. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableSet<V>
ImmutableDoubleSet. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableSet<V>
MutableDoubleSet. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> StackIterable<V>
DoubleStack. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableStack<V>
ImmutableDoubleStack. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableStack<V>
MutableDoubleStack. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> ImmutableBag<V>
ImmutableDoubleEmptyBag. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableDoubleHashBag. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableDoubleSingletonBag. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> MutableBag<V>
DoubleHashBag. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
SynchronizedDoubleBag. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
UnmodifiableDoubleBag. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.block.function.primitive
Classes in org.eclipse.collections.impl.block.function.primitive that implement DoubleToObjectFunction Modifier and Type Class Description class
DoubleCaseFunction<V>
This file was automatically generated from template file primitiveCaseFunction.stg.Fields in org.eclipse.collections.impl.block.function.primitive declared as DoubleToObjectFunction Modifier and Type Field Description private DoubleToObjectFunction<? extends V>
DoubleCaseFunction. defaultFunction
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type DoubleToObjectFunction Modifier and Type Field Description private MutableList<Pair<DoublePredicate,DoubleToObjectFunction<? extends V>>>
DoubleCaseFunction. predicateFunctions
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description DoubleCaseFunction<V>
DoubleCaseFunction. addCase(DoublePredicate predicate, DoubleToObjectFunction<? extends V> function)
DoubleCaseFunction<V>
DoubleCaseFunction. setDefault(DoubleToObjectFunction<? extends V> function)
Constructors in org.eclipse.collections.impl.block.function.primitive with parameters of type DoubleToObjectFunction Constructor Description DoubleCaseFunction(DoubleToObjectFunction<? extends V> newDefaultFunction)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> MutableCollection<V>
AbstractSynchronizedDoubleCollection. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
AbstractUnmodifiableDoubleCollection. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as DoubleToObjectFunction Modifier and Type Field Description private DoubleToObjectFunction<? extends V>
CollectDoubleToObjectIterable. function
private DoubleToObjectFunction<? extends java.lang.Iterable<V>>
FlatCollectDoubleToObjectIterable.FlatCollectDoubleIterator. function
private DoubleToObjectFunction<? extends java.lang.Iterable<V>>
FlatCollectDoubleToObjectIterable. function
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> LazyIterable<V>
AbstractLazyDoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
<V> LazyIterable<V>
AbstractLazyDoubleIterable. flatCollect(DoubleToObjectFunction<? extends java.lang.Iterable<V>> function)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleToObjectFunction Constructor Description CollectDoubleToObjectIterable(DoubleIterable iterable, DoubleToObjectFunction<? extends V> function)
FlatCollectDoubleIterator(DoubleIterable iterable, DoubleToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
FlatCollectDoubleIterator(DoubleIterator newIterator, DoubleToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
FlatCollectDoubleToObjectIterable(DoubleIterable iterable, DoubleToObjectFunction<? extends java.lang.Iterable<V>> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> ImmutableList<V>
ImmutableDoubleArrayList. collect(DoubleToObjectFunction<? extends V> function)
<V,R extends java.util.Collection<V>>
RImmutableDoubleArrayList. collect(DoubleToObjectFunction<? extends V> function, R target)
<V> ImmutableList<V>
ImmutableDoubleEmptyList. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableList<V>
ImmutableDoubleSingletonList. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> MutableList<V>
DoubleArrayList. collect(DoubleToObjectFunction<? extends V> function)
<V,R extends java.util.Collection<V>>
RDoubleArrayList. collect(DoubleToObjectFunction<? extends V> function, R target)
<V> MutableList<V>
SynchronizedDoubleList. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableList<V>
UnmodifiableDoubleList. collect(DoubleToObjectFunction<? extends V> function)
<T> MutableDoubleList
SynchronizedDoubleList. sortThisBy(DoubleToObjectFunction<T> function)
<T> MutableDoubleList
SynchronizedDoubleList. sortThisBy(DoubleToObjectFunction<T> function, java.util.Comparator<? super T> comparator)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> ImmutableBag<V>
ImmutableByteDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableByteDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableByteDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableCharDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableCharDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableCharDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableDoubleDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableDoubleDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableDoubleDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableFloatDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableFloatDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableFloatDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableIntDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableIntDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableIntDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableLongDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableLongDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableLongDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableCollection<V>
ImmutableObjectDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableCollection<V>
ImmutableObjectDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableCollection<V>
ImmutableObjectDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableShortDoubleEmptyMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableShortDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableBag<V>
ImmutableShortDoubleSingletonMap. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> MutableSet<V>
AbstractMutableDoubleKeySet. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
AbstractMutableDoubleValuesMap. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableSet<V>
ImmutableDoubleDoubleMapKeySet. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableSet<V>
ImmutableDoubleMapKeySet. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
ObjectDoubleHashMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
ObjectDoubleHashMap.ValuesCollection. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
ObjectDoubleHashMapWithHashingStrategy. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableCollection<V>
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
SynchronizedByteDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
SynchronizedCharDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
SynchronizedDoubleDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
SynchronizedFloatDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
SynchronizedIntDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
SynchronizedLongDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V1> MutableCollection<V1>
SynchronizedObjectDoubleMap. collect(DoubleToObjectFunction<? extends V1> function)
<V> MutableBag<V>
SynchronizedShortDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
UnmodifiableByteDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
UnmodifiableCharDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
UnmodifiableDoubleDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
UnmodifiableFloatDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
UnmodifiableIntDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableBag<V>
UnmodifiableLongDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
<V1> MutableCollection<V1>
UnmodifiableObjectDoubleMap. collect(DoubleToObjectFunction<? extends V1> function)
<V> MutableBag<V>
UnmodifiableShortDoubleMap. collect(DoubleToObjectFunction<? extends V> function)
V
DoubleObjectHashMap. getIfAbsentPutWithKey(double key, DoubleToObjectFunction<? extends V> function)
V
SynchronizedDoubleObjectMap. getIfAbsentPutWithKey(double key, DoubleToObjectFunction<? extends V> function)
V
UnmodifiableDoubleObjectMap. getIfAbsentPutWithKey(double key, DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> RichIterable<V>
SynchronizedDoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> ImmutableSet<V>
ImmutableDoubleEmptySet. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableSet<V>
ImmutableDoubleSingletonSet. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> MutableSet<V>
DoubleHashSet. collect(DoubleToObjectFunction<? extends V> function)
<V,R extends java.util.Collection<V>>
RDoubleHashSet. collect(DoubleToObjectFunction<? extends V> function, R target)
<V> ImmutableSet<V>
DoubleHashSet.ImmutableDoubleHashSet. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableSet<V>
SynchronizedDoubleSet. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableSet<V>
UnmodifiableDoubleSet. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> ImmutableStack<V>
ImmutableDoubleArrayStack. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableStack<V>
ImmutableDoubleEmptyStack. collect(DoubleToObjectFunction<? extends V> function)
<V> ImmutableStack<V>
ImmutableDoubleSingletonStack. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description <V> MutableStack<V>
DoubleArrayStack. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableStack<V>
SynchronizedDoubleStack. collect(DoubleToObjectFunction<? extends V> function)
<V> MutableStack<V>
UnmodifiableDoubleStack. collect(DoubleToObjectFunction<? extends V> function)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description static <V,R extends java.util.Collection<V>>
RDoubleIterableIterate. collect(DoubleIterable iterable, DoubleToObjectFunction<? extends V> function, R targetCollection)
static <V,R extends java.util.Collection<V>>
RDoubleIteratorIterate. collect(DoubleIterator iterator, DoubleToObjectFunction<? extends V> function, R targetCollection)
-
Uses of DoubleToObjectFunction in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type DoubleToObjectFunction Modifier and Type Method Description static <V> LazyIterable<V>
LazyDoubleIterate. collect(DoubleIterable iterable, DoubleToObjectFunction<? extends V> function)
Creates a deferred transforming double iterable for the specified double iterable.static <V> LazyIterable<V>
LazyDoubleIterate. collectIf(DoubleIterable iterable, DoublePredicate predicate, DoubleToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming double iterable for the specified double iterable.static <V> LazyIterable<V>
LazyDoubleIterate. flatCollect(DoubleIterable iterable, DoubleToObjectFunction<? extends java.lang.Iterable<V>> function)
Creates a deferred transforming and flattening double iterable for the specified double iterable.
-