public interface LazyByteIterable extends ByteIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(ByteToObjectFunction<? extends V> function) |
LazyBooleanIterable |
collectBoolean(ByteToBooleanFunction function) |
LazyByteIterable |
collectByte(ByteToByteFunction function) |
LazyCharIterable |
collectChar(ByteToCharFunction function) |
LazyDoubleIterable |
collectDouble(ByteToDoubleFunction function) |
LazyFloatIterable |
collectFloat(ByteToFloatFunction function) |
LazyIntIterable |
collectInt(ByteToIntFunction function) |
LazyLongIterable |
collectLong(ByteToLongFunction function) |
LazyShortIterable |
collectShort(ByteToShortFunction function) |
LazyByteIterable |
reject(BytePredicate predicate) |
LazyByteIterable |
select(BytePredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, byteIterator, 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
LazyByteIterable select(BytePredicate predicate)
select
in interface ByteIterable
LazyByteIterable reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> LazyIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
LazyBooleanIterable collectBoolean(ByteToBooleanFunction function)
LazyByteIterable collectByte(ByteToByteFunction function)
LazyCharIterable collectChar(ByteToCharFunction function)
LazyShortIterable collectShort(ByteToShortFunction function)
LazyIntIterable collectInt(ByteToIntFunction function)
LazyFloatIterable collectFloat(ByteToFloatFunction function)
LazyLongIterable collectLong(ByteToLongFunction function)
LazyDoubleIterable collectDouble(ByteToDoubleFunction function)
Copyright © 2004–2016. All rights reserved.