Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction
Package
Description
This package contains mutable and immutable primitive list API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of BooleanIntToObjectFunction in org.eclipse.collections.api.list.primitive
Modifier and TypeMethodDescriptiondefault <V> ListIterable<V>
BooleanList.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new ListIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> ImmutableList<V>
ImmutableBooleanList.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new ImmutableList using results obtained by applying the specified function to each element and its corresponding index.default <V> MutableList<V>
MutableBooleanList.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new MutableList using results obtained by applying the specified function to each element and its corresponding index. -
Uses of BooleanIntToObjectFunction in org.eclipse.collections.api.ordered.primitive
Modifier and TypeMethodDescriptiondefault <V> OrderedIterable<V>
OrderedBooleanIterable.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new OrderedIterable using results obtained by applying the specified function to each element and its corresponding index.default <V,
R extends Collection<V>>
ROrderedBooleanIterable.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function, R target) Adds elements to the target Collection using results obtained by applying the specified function to each element and its corresponding index.default <V> ReversibleIterable<V>
ReversibleBooleanIterable.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new ReversibleIterable using results obtained by applying the specified function to each element and its corresponding index. -
Uses of BooleanIntToObjectFunction in org.eclipse.collections.api.stack.primitive
Modifier and TypeMethodDescriptiondefault <V> StackIterable<V>
BooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> ImmutableStack<V>
ImmutableBooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new ImmutableStack using results obtained by applying the specified function to each element and its corresponding index.default <V> MutableStack<V>
MutableBooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new MutableStack using results obtained by applying the specified function to each element and its corresponding index. -
Uses of BooleanIntToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Modifier and TypeMethodDescription<V> MutableList<V>
SynchronizedBooleanList.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new MutableList using results obtained by applying the specified function to each element and its corresponding index.<V,
R extends Collection<V>>
RSynchronizedBooleanList.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function, R target) Adds elements to the target Collection using results obtained by applying the specified function to each element and its corresponding index.<V> MutableList<V>
UnmodifiableBooleanList.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new MutableList using results obtained by applying the specified function to each element and its corresponding index.<V,
R extends Collection<V>>
RUnmodifiableBooleanList.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function, R target) Adds elements to the target Collection using results obtained by applying the specified function to each element and its corresponding index. -
Uses of BooleanIntToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Modifier and TypeMethodDescription<V> MutableStack<V>
SynchronizedBooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new MutableStack using results obtained by applying the specified function to each element and its corresponding index.<V,
R extends Collection<V>>
RSynchronizedBooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function, R target) Adds elements to the target Collection using results obtained by applying the specified function to each element and its corresponding index.<V> MutableStack<V>
UnmodifiableBooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function) Returns a new MutableStack using results obtained by applying the specified function to each element and its corresponding index.<V,
R extends Collection<V>>
RUnmodifiableBooleanStack.collectWithIndex
(BooleanIntToObjectFunction<? extends V> function, R target) Adds elements to the target Collection using results obtained by applying the specified function to each element and its corresponding index.