Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectBooleanToObjectFunction
Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
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.mutable.primitive |
This package contains implementations of the mutable primitive list 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.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.utility.internal.primitive |
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
BooleanIterable. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
BooleanHashBag. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
AbstractSynchronizedBooleanCollection. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
AbstractUnmodifiableBooleanCollection. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
AbstractLazyBooleanIterable. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
LazyBooleanIterableAdapter. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
BooleanArrayList. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <V> V
AbstractMutableBooleanValuesMap. injectInto(V injectedValue, ObjectBooleanToObjectFunction<? super V,? extends V> function)
<V> V
ObjectBooleanHashMap. injectInto(V injectedValue, ObjectBooleanToObjectFunction<? super V,? extends V> function)
<V> V
ObjectBooleanHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectBooleanToObjectFunction<? super V,? extends V> function)
<T> T
SynchronizedByteBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedCharBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedDoubleBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedFloatBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedIntBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedLongBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedObjectBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedShortBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableByteBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableCharBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableDoubleBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableFloatBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableIntBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableLongBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableObjectBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableShortBooleanMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
SynchronizedBooleanIterable. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
BooleanHashSet. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
SynchronizedBooleanStack. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableBooleanStack. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <V> V
AbstractBooleanStack. injectInto(V injectedValue, ObjectBooleanToObjectFunction<? super V,? extends V> function)
-
Uses of ObjectBooleanToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description static <T> T
BooleanIterableIterate. injectInto(BooleanIterable iterable, T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
static <T> T
BooleanIteratorIterate. injectInto(BooleanIterator iterator, T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)