Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectBooleanToObjectFunction
-
Packages that use ObjectBooleanToObjectFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections 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.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.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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
ImmutableBooleanEmptyBag. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableBooleanHashBag. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableBooleanSingletonBag. 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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
ImmutableBooleanArrayList. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableBooleanEmptyList. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableBooleanSingletonList. 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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteBooleanSingletonMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharBooleanSingletonMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleBooleanSingletonMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatBooleanSingletonMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntBooleanSingletonMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongBooleanSingletonMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectBooleanSingletonMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortBooleanEmptyMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortBooleanHashMap. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortBooleanSingletonMap. 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 <T> T
AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<V> V
AbstractMutableBooleanValuesMap. injectInto(V injectedValue, ObjectBooleanToObjectFunction<? super V,? extends V> function)
<V> V
ObjectBooleanHashMap. injectInto(V injectedValue, ObjectBooleanToObjectFunction<? super V,? extends V> function)
<T> T
ObjectBooleanHashMap.ValuesCollection. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<V> V
ObjectBooleanHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectBooleanToObjectFunction<? super V,? extends V> function)
<T> T
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
ImmutableBooleanEmptySet. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFalseSet. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableTrueFalseSet. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableTrueSet. 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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ObjectBooleanToObjectFunction Modifier and Type Method Description <T> T
ImmutableBooleanEmptyStack. injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableBooleanSingletonStack. 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)
-