public final class FloatIterableIterate extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
allSatisfy(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
static boolean |
anySatisfy(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
static void |
appendString(org.eclipse.collections.api.FloatIterable iterable,
Appendable appendable,
String start,
String separator,
String end) |
static <V,R extends Collection<V>> |
collect(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function,
R targetCollection) |
static int |
count(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
static float |
detectIfNone(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
float ifNone) |
static void |
forEach(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure) |
static <T> T |
injectInto(org.eclipse.collections.api.FloatIterable iterable,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectFloatToObjectFunction<? super T,? extends T> function) |
static boolean |
isEmpty(org.eclipse.collections.api.FloatIterable iterable) |
static float |
max(org.eclipse.collections.api.FloatIterable iterable) |
static float |
maxIfEmpty(org.eclipse.collections.api.FloatIterable iterable,
float ifEmpty) |
static float |
min(org.eclipse.collections.api.FloatIterable iterable) |
static float |
minIfEmpty(org.eclipse.collections.api.FloatIterable iterable,
float ifEmpty) |
static boolean |
noneSatisfy(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
static boolean |
notEmpty(org.eclipse.collections.api.FloatIterable iterable) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> |
reject(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
R targetCollection) |
static <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> |
select(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
R targetCollection) |
static double |
sum(org.eclipse.collections.api.FloatIterable iterable) |
public static boolean isEmpty(org.eclipse.collections.api.FloatIterable iterable)
public static boolean notEmpty(org.eclipse.collections.api.FloatIterable iterable)
public static void forEach(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.procedure.primitive.FloatProcedure procedure)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R select(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
R targetCollection)
public static <R extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> R reject(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
R targetCollection)
public static <V,R extends Collection<V>> R collect(org.eclipse.collections.api.FloatIterable iterable, org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function, R targetCollection)
public static float detectIfNone(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate,
float ifNone)
public static int count(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
public static boolean anySatisfy(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
public static boolean allSatisfy(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
public static boolean noneSatisfy(org.eclipse.collections.api.FloatIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
public static double sum(org.eclipse.collections.api.FloatIterable iterable)
public static float max(org.eclipse.collections.api.FloatIterable iterable)
public static float maxIfEmpty(org.eclipse.collections.api.FloatIterable iterable,
float ifEmpty)
public static float min(org.eclipse.collections.api.FloatIterable iterable)
public static float minIfEmpty(org.eclipse.collections.api.FloatIterable iterable,
float ifEmpty)
public static void appendString(org.eclipse.collections.api.FloatIterable iterable,
Appendable appendable,
String start,
String separator,
String end)
public static <T> T injectInto(org.eclipse.collections.api.FloatIterable iterable,
T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectFloatToObjectFunction<? super T,? extends T> function)
Copyright © 2004–2017. All rights reserved.