BooleanIterable
, PrimitiveIterable
AbstractLazyBooleanIterable
, CollectBooleanIterable
, CollectBooleanToBooleanIterable
, CollectByteToBooleanIterable
, CollectCharToBooleanIterable
, CollectDoubleToBooleanIterable
, CollectFloatToBooleanIterable
, CollectIntToBooleanIterable
, CollectLongToBooleanIterable
, CollectShortToBooleanIterable
, LazyBooleanIterableAdapter
, ReverseBooleanIterable
, SelectBooleanIterable
, TapBooleanIterable
public interface LazyBooleanIterable extends BooleanIterable
allSatisfy, anySatisfy, asLazy, booleanIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reduce, reduceIfEmpty, reject, select, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyBooleanIterable tap(BooleanProcedure procedure)
tap
in interface BooleanIterable
LazyBooleanIterable select(BooleanPredicate predicate)
BooleanIterable
select
in interface BooleanIterable
LazyBooleanIterable reject(BooleanPredicate predicate)
BooleanIterable
reject
in interface BooleanIterable
<V> LazyIterable<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterable
collect
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–2019. All rights reserved.