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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyCharIterable select(CharPredicate predicate)
select
in interface CharIterable
LazyCharIterable reject(CharPredicate predicate)
reject
in interface CharIterable
<V> LazyIterable<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
Copyright © 2004–2017. All rights reserved.