public class TapCharIterable extends AbstractLazyCharIterable
| Modifier and Type | Class and Description |
|---|---|
static class |
TapCharIterable.TapCharIterator |
| Constructor and Description |
|---|
TapCharIterable(CharIterable delegate,
CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(CharPredicate predicate) |
boolean |
anySatisfy(CharPredicate predicate) |
CharIterator |
charIterator() |
char |
detectIfNone(CharPredicate predicate,
char ifNone) |
void |
each(CharProcedure procedure) |
boolean |
noneSatisfy(CharPredicate predicate) |
appendString, appendString, appendString, asLazy, average, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, flatCollect, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, notEmpty, reject, select, size, sum, tap, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBypublic TapCharIterable(CharIterable delegate, CharProcedure procedure)
public void each(CharProcedure procedure)
public boolean anySatisfy(CharPredicate predicate)
anySatisfy in interface CharIterableanySatisfy in class AbstractLazyCharIterablepublic boolean allSatisfy(CharPredicate predicate)
allSatisfy in interface CharIterableallSatisfy in class AbstractLazyCharIterablepublic boolean noneSatisfy(CharPredicate predicate)
noneSatisfy in interface CharIterablenoneSatisfy in class AbstractLazyCharIterablepublic char detectIfNone(CharPredicate predicate, char ifNone)
detectIfNone in interface CharIterabledetectIfNone in class AbstractLazyCharIterablepublic CharIterator charIterator()
Copyright © 2004–2022. All rights reserved.