Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction
Packages that use ObjectBooleanIntToObjectFunction
Package
Description
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ObjectBooleanIntToObjectFunctionModifier and TypeMethodDescription<T> T
OrderedBooleanIterable.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> T
ReversibleBooleanIterable.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectBooleanIntToObjectFunctionModifier and TypeMethodDescription<T> T
ImmutableBooleanArrayList.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> T
ImmutableBooleanEmptyList.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> T
ImmutableBooleanSingletonList.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectBooleanIntToObjectFunctionModifier and TypeMethodDescription<T> T
BooleanArrayList.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedBooleanList.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableBooleanList.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ObjectBooleanIntToObjectFunctionModifier and TypeMethodDescription<T> T
ImmutableBooleanEmptyStack.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> T
ImmutableBooleanSingletonStack.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectBooleanIntToObjectFunctionModifier and TypeMethodDescription<T> T
SynchronizedBooleanStack.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableBooleanStack.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectBooleanIntToObjectFunctionModifier and TypeMethodDescription<T> T
AbstractBooleanStack.injectIntoWithIndex
(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function)