Uses of Interface
org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction
-
Packages that use DoubleObjectToDoubleFunction 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 This package contains implementations of theListIterableinterface.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.set.immutable This package contains the implementations ofImmutableSet.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 DoubleObjectToDoubleFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleRichIterable. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)Deprecated.since 11.1 - use injectIntoDouble insteaddefault doubleRichIterable. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleAbstractRichIterable. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)doubleUnmodifiableRichIterable. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleAbstractBag. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleImmutableHashBag. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleAbstractBiMap. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleUnmodifiableBiMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.block.function
Classes in org.eclipse.collections.impl.block.function that implement DoubleObjectToDoubleFunction Modifier and Type Class Description private static classAddFunction.AddDoubleToDoubleFunctionprivate static classAddFunction.AddIntegerToDoubleFunctionFields in org.eclipse.collections.impl.block.function declared as DoubleObjectToDoubleFunction Modifier and Type Field Description static DoubleObjectToDoubleFunction<java.lang.Double>AddFunction. DOUBLE_TO_DOUBLEstatic DoubleObjectToDoubleFunction<java.lang.Integer>AddFunction. INTEGER_TO_DOUBLE -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as DoubleObjectToDoubleFunction Modifier and Type Field Description private DoubleObjectToDoubleFunction<? super T>InjectIntoDoubleProcedure. functionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type DoubleObjectToDoubleFunction Constructor Description InjectIntoDoubleProcedure(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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleAbstractSynchronizedRichIterable. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleAbstractCollectionAdapter. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)doubleAbstractMultiReaderMutableCollection. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)doubleAbstractMultiReaderMutableCollection.UntouchableMutableCollection. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)doubleAbstractUnmodifiableMutableCollection. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleCollectIterable. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleInterval. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super java.lang.Integer> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleAbstractImmutableList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)doubleImmutableEmptyList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleCompositeFastList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super E> function)doubleFastList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleImmutableByteObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableByteObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableByteObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableCharObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableCharObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableCharObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableDoubleObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableDoubleObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableDoubleObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableFloatObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableFloatObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableFloatObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableIntObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableIntObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableIntObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableLongObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableLongObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableLongObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableShortObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableShortObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleImmutableShortObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleUnmodifiableMutableMap. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleByteObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleCharObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleDoubleObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleFloatObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleIntObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleLongObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleShortObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleSynchronizedByteObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleSynchronizedCharObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleSynchronizedDoubleObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleSynchronizedFloatObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleSynchronizedIntObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleSynchronizedLongObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleSynchronizedShortObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleUnmodifiableByteObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleUnmodifiableCharObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleUnmodifiableDoubleObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleUnmodifiableFloatObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleUnmodifiableIntObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleUnmodifiableLongObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)doubleUnmodifiableShortObjectMap. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleUnmodifiableMutableOrderedMap. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description doubleUnmodifiableTreeMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleImmutableEmptySet. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction) -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleImmutableArrayStack. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)Deprecated. -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description doubleArrayStack. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)doubleSynchronizedStack. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)doubleUnmodifiableStack. 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 DoubleObjectToDoubleFunction Modifier and Type Method Description static <T> doubleArrayIterate. injectInto(double injectValue, T[] objectArray, DoubleObjectToDoubleFunction<? super T> function)static <T> doubleArrayListIterate. injectInto(double injectValue, java.util.ArrayList<T> list, DoubleObjectToDoubleFunction<? super T> function)static <T> doubleIterate. injectInto(double injectValue, java.lang.Iterable<T> iterable, DoubleObjectToDoubleFunction<? super T> function)static <T> doubleListIterate. injectInto(double injectValue, java.util.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 DoubleObjectToDoubleFunction Modifier and Type Method Description static <T> doubleIterableIterate. injectInto(double injectValue, java.lang.Iterable<T> iterable, DoubleObjectToDoubleFunction<? super T> function)static <T> doubleIteratorIterate. injectInto(double injectValue, java.util.Iterator<T> iterator, DoubleObjectToDoubleFunction<? super T> function)static <T> doubleRandomAccessListIterate. injectInto(double injectValue, java.util.List<T> list, DoubleObjectToDoubleFunction<? super T> function)
-