public interface LazyBooleanIterable extends BooleanIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
LazyBooleanIterable |
collectBoolean(BooleanToBooleanFunction function) |
LazyByteIterable |
collectByte(BooleanToByteFunction function) |
LazyCharIterable |
collectChar(BooleanToCharFunction function) |
LazyDoubleIterable |
collectDouble(BooleanToDoubleFunction function) |
LazyFloatIterable |
collectFloat(BooleanToFloatFunction function) |
LazyIntIterable |
collectInt(BooleanToIntFunction function) |
LazyLongIterable |
collectLong(BooleanToLongFunction function) |
LazyShortIterable |
collectShort(BooleanToShortFunction function) |
LazyBooleanIterable |
reject(BooleanPredicate predicate) |
LazyBooleanIterable |
select(BooleanPredicate predicate) |
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyBooleanIterable select(BooleanPredicate predicate)
select
in interface BooleanIterable
LazyBooleanIterable reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> LazyIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
LazyBooleanIterable collectBoolean(BooleanToBooleanFunction function)
LazyByteIterable collectByte(BooleanToByteFunction function)
LazyCharIterable collectChar(BooleanToCharFunction function)
LazyShortIterable collectShort(BooleanToShortFunction function)
LazyIntIterable collectInt(BooleanToIntFunction function)
LazyFloatIterable collectFloat(BooleanToFloatFunction function)
LazyLongIterable collectLong(BooleanToLongFunction function)
LazyDoubleIterable collectDouble(BooleanToDoubleFunction function)
Copyright © 2004–2016. All rights reserved.