Class ListIterableBatch<T>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<T>
org.eclipse.collections.impl.lazy.parallel.list.ListIterableBatch<T>
- All Implemented Interfaces:
Batch<T>
,ListBatch<T>
,RootListBatch<T>
,OrderedBatch<T>
,RootBatch<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final int
private final ListIterable
<T> -
Constructor Summary
ConstructorsConstructorDescriptionListIterableBatch
(ListIterable<T> list, int chunkStartIndex, int chunkEndIndex) -
Method Summary
Modifier and TypeMethodDescriptionboolean
allSatisfy
(Predicate<? super T> predicate) boolean
anySatisfy
(Predicate<? super T> predicate) <V> ListBatch
<V> int
distinct
(ConcurrentHashMap<T, Boolean> distinct) <V> ListBatch
<V> flatCollect
(Function<? super T, ? extends Iterable<V>> function) void
Methods inherited from class org.eclipse.collections.impl.lazy.parallel.AbstractBatch
makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Field Details
-
list
-
chunkStartIndex
private final int chunkStartIndex -
chunkEndIndex
private final int chunkEndIndex
-
-
Constructor Details
-
ListIterableBatch
-
-
Method Details
-
forEach
-
count
-
anySatisfy
- Specified by:
anySatisfy
in interfaceRootBatch<T>
-
allSatisfy
- Specified by:
allSatisfy
in interfaceRootBatch<T>
-
detect
-
select
-
collect
-
flatCollect
- Specified by:
flatCollect
in interfaceBatch<T>
- Specified by:
flatCollect
in interfaceOrderedBatch<T>
-
distinct
-