Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction
-
Packages that use ObjectBooleanIntToObjectFunction Package Description org.eclipse.collections.api.ordered.primitive 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.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 -
-
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ObjectBooleanIntToObjectFunction Modifier and Type Method Description <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 ObjectBooleanIntToObjectFunction Modifier and Type Method Description <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 ObjectBooleanIntToObjectFunction Modifier and Type Method Description <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 ObjectBooleanIntToObjectFunction Modifier and Type Method Description <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 ObjectBooleanIntToObjectFunction Modifier and Type Method Description <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 ObjectBooleanIntToObjectFunction Modifier and Type Method Description <T> T
AbstractBooleanStack. injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T,? extends T> function)
-