Uses of Interface
org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction
Packages that use DoubleObjectToDoubleFunction
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
ListIterable
interface.This package contains implementations of the
MutableList
interface.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
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 DoubleObjectToDoubleFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
RichIterable.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) Deprecated.since 11.1 - use injectIntoDouble insteaddefault double
RichIterable.injectIntoDouble
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) Returns the final double result of evaluating function using each element of the iterable and the previous evaluation result as the parameters. -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
AbstractRichIterable.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) double
UnmodifiableRichIterable.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
AbstractBag.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
ImmutableHashBag.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
AbstractBiMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
UnmodifiableBiMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.block.function
Fields in org.eclipse.collections.impl.block.function declared as DoubleObjectToDoubleFunctionModifier and TypeFieldDescriptionstatic final DoubleObjectToDoubleFunction<Double>
AddFunction.DOUBLE_TO_DOUBLE
static final DoubleObjectToDoubleFunction<Integer>
AddFunction.INTEGER_TO_DOUBLE
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.block.procedure.primitive
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type DoubleObjectToDoubleFunctionModifierConstructorDescriptionInjectIntoDoubleProcedure
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
AbstractSynchronizedRichIterable.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
AbstractCollectionAdapter.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) double
AbstractMultiReaderMutableCollection.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) double
AbstractUnmodifiableMutableCollection.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
CollectIterable.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> f) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.list
Methods in org.eclipse.collections.impl.list with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
Interval.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super Integer> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
CompositeFastList.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super E> function) double
FastList.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
UnmodifiableMutableMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
ByteObjectHashMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
CharObjectHashMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
DoubleObjectHashMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
FloatObjectHashMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
IntObjectHashMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
LongObjectHashMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
ShortObjectHashMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
SynchronizedByteObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
SynchronizedCharObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
SynchronizedDoubleObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
SynchronizedFloatObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
SynchronizedIntObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
SynchronizedLongObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
SynchronizedShortObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
UnmodifiableByteObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
UnmodifiableCharObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
UnmodifiableDoubleObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
UnmodifiableFloatObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
UnmodifiableIntObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
UnmodifiableLongObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) double
UnmodifiableShortObjectMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
UnmodifiableMutableOrderedMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
UnmodifiableTreeMap.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptiondouble
ArrayStack.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction) double
SynchronizedStack.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction) double
UnmodifiableStack.injectInto
(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptionstatic <T> double
ArrayIterate.injectInto
(double injectValue, T[] objectArray, DoubleObjectToDoubleFunction<? super T> function) static <T> double
ArrayListIterate.injectInto
(double injectValue, ArrayList<T> list, DoubleObjectToDoubleFunction<? super T> function) static <T> double
Iterate.injectInto
(double injectValue, Iterable<T> iterable, DoubleObjectToDoubleFunction<? super T> function) static <T> double
ListIterate.injectInto
(double injectValue, List<T> list, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type DoubleObjectToDoubleFunctionModifier and TypeMethodDescriptionstatic <T> double
IterableIterate.injectInto
(double injectValue, Iterable<T> iterable, DoubleObjectToDoubleFunction<? super T> function) static <T> double
IteratorIterate.injectInto
(double injectValue, Iterator<T> iterator, DoubleObjectToDoubleFunction<? super T> function) static <T> double
RandomAccessListIterate.injectInto
(double injectValue, List<T> list, DoubleObjectToDoubleFunction<? super T> function)