Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction
Packages that use ObjectBooleanIntToObjectFunction
Package
Description
This package contains implementations of the mutable primitive list 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> TOrderedBooleanIterable.injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> TReversibleBooleanIterable.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> TBooleanArrayList.injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> TSynchronizedBooleanList.injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> TUnmodifiableBooleanList.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> TSynchronizedBooleanStack.injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function) <T> TUnmodifiableBooleanStack.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> TAbstractBooleanStack.injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T, ? extends T> function)