public interface LazyByteIterable extends ByteIterable
| Modifier and Type | Method and Description |
|---|---|
<V> LazyIterable<V> |
collect(ByteToObjectFunction<? extends V> function) |
LazyByteIterable |
reject(BytePredicate predicate) |
LazyByteIterable |
select(BytePredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, byteIterator, 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, toStringLazyByteIterable select(BytePredicate predicate)
select in interface ByteIterableLazyByteIterable reject(BytePredicate predicate)
reject in interface ByteIterable<V> LazyIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableCopyright © 2004–2017. All rights reserved.