FloatIterable, LazyFloatIterable, PrimitiveIterablepublic class TapFloatIterable extends AbstractLazyFloatIterable
| Modifier and Type | Class | Description | 
|---|---|---|
| static class  | TapFloatIterable.TapFloatIterator | 
| Constructor | Description | 
|---|---|
| TapFloatIterable(FloatIterable delegate,
                FloatProcedure procedure) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | allSatisfy(FloatPredicate predicate) | Returns true if all of the elements in the FloatIterable return true for the
 specified predicate, otherwise returns false. | 
| boolean | anySatisfy(FloatPredicate predicate) | Returns true if any of the elements in the FloatIterable return true for the
 specified predicate, otherwise returns false. | 
| float | detectIfNone(FloatPredicate predicate,
            float ifNone) | |
| void | each(FloatProcedure procedure) | A synonym for forEach. | 
| FloatIterator | floatIterator() | Returns a primitive iterator that can be used to iterate over the FloatIterable in an
 imperative style. | 
| boolean | noneSatisfy(FloatPredicate predicate) | Returns true if none of the elements in the FloatIterable return true for the
 specified predicate, otherwise returns false. | 
appendString, appendString, appendString, asLazy, average, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, flatCollect, forEach, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, notEmpty, reject, select, size, sum, tap, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, medianIfEmpty, reject, select, summaryStatisticspublic TapFloatIterable(FloatIterable delegate, FloatProcedure procedure)
public void each(FloatProcedure procedure)
FloatIterablepublic boolean anySatisfy(FloatPredicate predicate)
FloatIterableanySatisfy in interface FloatIterableanySatisfy in class AbstractLazyFloatIterablepublic boolean allSatisfy(FloatPredicate predicate)
FloatIterableallSatisfy in interface FloatIterableallSatisfy in class AbstractLazyFloatIterablepublic boolean noneSatisfy(FloatPredicate predicate)
FloatIterablenoneSatisfy in interface FloatIterablenoneSatisfy in class AbstractLazyFloatIterablepublic float detectIfNone(FloatPredicate predicate, float ifNone)
detectIfNone in interface FloatIterabledetectIfNone in class AbstractLazyFloatIterablepublic FloatIterator floatIterator()
FloatIterableCopyright © 2004–2018. All rights reserved.