Class FloatIterableIterate
java.lang.Object
org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterate
This file was automatically generated from template file primitiveIterableIterate.stg.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanallSatisfy(FloatIterable iterable, FloatPredicate predicate) static booleananySatisfy(FloatIterable iterable, FloatPredicate predicate) static voidappendString(FloatIterable iterable, Appendable appendable, String start, String separator, String end) static <V,R extends Collection<V>>
Rcollect(FloatIterable iterable, FloatToObjectFunction<? extends V> function, R targetCollection) static intcount(FloatIterable iterable, FloatPredicate predicate) static floatdetectIfNone(FloatIterable iterable, FloatPredicate predicate, float ifNone) static voidforEach(FloatIterable iterable, FloatProcedure procedure) static <T> TinjectInto(FloatIterable iterable, T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function) static booleanisEmpty(FloatIterable iterable) static floatmax(FloatIterable iterable) static floatmaxIfEmpty(FloatIterable iterable, float ifEmpty) static floatmin(FloatIterable iterable) static floatminIfEmpty(FloatIterable iterable, float ifEmpty) static booleannoneSatisfy(FloatIterable iterable, FloatPredicate predicate) static booleannotEmpty(FloatIterable iterable) static <R extends MutableFloatCollection>
Rreject(FloatIterable iterable, FloatPredicate predicate, R targetCollection) static <R extends MutableFloatCollection>
Rselect(FloatIterable iterable, FloatPredicate predicate, R targetCollection) static doublesum(FloatIterable iterable)
-
Method Details
-
isEmpty
-
notEmpty
-
forEach
-
select
public static <R extends MutableFloatCollection> R select(FloatIterable iterable, FloatPredicate predicate, R targetCollection) -
reject
public static <R extends MutableFloatCollection> R reject(FloatIterable iterable, FloatPredicate predicate, R targetCollection) -
collect
public static <V,R extends Collection<V>> R collect(FloatIterable iterable, FloatToObjectFunction<? extends V> function, R targetCollection) -
detectIfNone
-
count
-
anySatisfy
-
allSatisfy
-
noneSatisfy
-
sum
-
max
-
maxIfEmpty
-
min
-
minIfEmpty
-
appendString
public static void appendString(FloatIterable iterable, Appendable appendable, String start, String separator, String end) -
injectInto
public static <T> T injectInto(FloatIterable iterable, T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function)
-