public interface LazyCharIterable extends CharIterable
| Modifier and Type | Method and Description |
|---|---|
<V> LazyIterable<V> |
collect(CharToObjectFunction<? extends V> function) |
LazyCharIterable |
reject(CharPredicate predicate) |
LazyCharIterable |
select(CharPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyCharIterable select(CharPredicate predicate)
select in interface CharIterableLazyCharIterable reject(CharPredicate predicate)
reject in interface CharIterable<V> LazyIterable<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableCopyright © 2004–2017. All rights reserved.