public interface LazyBooleanIterable extends BooleanIterable
allSatisfy, anySatisfy, asLazy, booleanIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyBooleanIterable tap(BooleanProcedure procedure)
tap in interface BooleanIterableLazyBooleanIterable select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableLazyBooleanIterable reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterable<V> LazyIterable<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterable<V> LazyIterable<V> flatCollect(BooleanToObjectFunction<? extends Iterable<V>> function)
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–2017. All rights reserved.