public final class LongIteratorIterate extends Object
LongIterator.
This file was automatically generated from template file primitiveIteratorIterate.stg.| Modifier and Type | Method and Description |
|---|---|
static boolean |
allSatisfy(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
static boolean |
anySatisfy(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
static <V,R extends Collection<V>> |
collect(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends V> function,
R targetCollection) |
static int |
count(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
static long |
detectIfNone(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
long ifNone) |
static void |
forEach(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure) |
static <T> T |
injectInto(org.eclipse.collections.api.iterator.LongIterator iterator,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T,? extends T> function) |
static long |
max(org.eclipse.collections.api.iterator.LongIterator iterator) |
static long |
min(org.eclipse.collections.api.iterator.LongIterator iterator) |
static boolean |
noneSatisfy(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> |
reject(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
R targetCollection) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> |
select(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
R targetCollection) |
static long |
sum(org.eclipse.collections.api.iterator.LongIterator iterator) |
public static void forEach(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R select(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
R targetCollection)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> R reject(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
R targetCollection)
public static <V,R extends Collection<V>> R collect(org.eclipse.collections.api.iterator.LongIterator iterator, org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends V> function, R targetCollection)
public static long detectIfNone(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate,
long ifNone)
public static int count(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
public static boolean anySatisfy(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
public static boolean allSatisfy(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
public static boolean noneSatisfy(org.eclipse.collections.api.iterator.LongIterator iterator,
org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate)
public static <T> T injectInto(org.eclipse.collections.api.iterator.LongIterator iterator,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T,? extends T> function)
public static long sum(org.eclipse.collections.api.iterator.LongIterator iterator)
public static long max(org.eclipse.collections.api.iterator.LongIterator iterator)
public static long min(org.eclipse.collections.api.iterator.LongIterator iterator)
Copyright © 2004–2017. All rights reserved.