public interface LazyCharIterable extends CharIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(CharToObjectFunction<? extends V> function) |
LazyBooleanIterable |
collectBoolean(CharToBooleanFunction function) |
LazyByteIterable |
collectByte(CharToByteFunction function) |
LazyCharIterable |
collectChar(CharToCharFunction function) |
LazyDoubleIterable |
collectDouble(CharToDoubleFunction function) |
LazyFloatIterable |
collectFloat(CharToFloatFunction function) |
LazyIntIterable |
collectInt(CharToIntFunction function) |
LazyLongIterable |
collectLong(CharToLongFunction function) |
LazyShortIterable |
collectShort(CharToShortFunction function) |
LazyCharIterable |
reject(CharPredicate predicate) |
LazyCharIterable |
select(CharPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, 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
LazyBooleanIterable collectBoolean(CharToBooleanFunction function)
LazyByteIterable collectByte(CharToByteFunction function)
LazyCharIterable collectChar(CharToCharFunction function)
LazyShortIterable collectShort(CharToShortFunction function)
LazyIntIterable collectInt(CharToIntFunction function)
LazyFloatIterable collectFloat(CharToFloatFunction function)
LazyLongIterable collectLong(CharToLongFunction function)
LazyDoubleIterable collectDouble(CharToDoubleFunction function)
Copyright © 2004–2016. All rights reserved.