public abstract class AbstractLazyBooleanIterable extends Object implements LazyBooleanIterable
| Constructor and Description |
|---|
AbstractLazyBooleanIterable() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitbooleanIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, each, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reduce, reduceIfEmpty, reject, select, toArraypublic int size()
size in interface PrimitiveIterablepublic String toString()
toString in interface PrimitiveIterabletoString in class Objectpublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic boolean contains(boolean value)
contains in interface BooleanIterablepublic boolean containsAll(boolean... source)
containsAll in interface BooleanIterablepublic boolean containsAll(BooleanIterable source)
containsAll in interface BooleanIterablepublic LazyBooleanIterable select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface LazyBooleanIterablepublic LazyBooleanIterable reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface LazyBooleanIterablepublic LazyBooleanIterable tap(BooleanProcedure procedure)
tap in interface BooleanIterabletap in interface LazyBooleanIterablepublic <V> LazyIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface LazyBooleanIterablepublic <V> LazyIterable<V> flatCollect(BooleanToObjectFunction<? extends Iterable<V>> function)
flatCollect in interface LazyBooleanIterablepublic LazyBooleanIterable collectBoolean(BooleanToBooleanFunction function)
collectBoolean in interface LazyBooleanIterablepublic LazyByteIterable collectByte(BooleanToByteFunction function)
collectByte in interface LazyBooleanIterablepublic LazyCharIterable collectChar(BooleanToCharFunction function)
collectChar in interface LazyBooleanIterablepublic LazyShortIterable collectShort(BooleanToShortFunction function)
collectShort in interface LazyBooleanIterablepublic LazyIntIterable collectInt(BooleanToIntFunction function)
collectInt in interface LazyBooleanIterablepublic LazyFloatIterable collectFloat(BooleanToFloatFunction function)
collectFloat in interface LazyBooleanIterablepublic LazyLongIterable collectLong(BooleanToLongFunction function)
collectLong in interface LazyBooleanIterablepublic LazyDoubleIterable collectDouble(BooleanToDoubleFunction function)
collectDouble in interface LazyBooleanIterablepublic boolean detectIfNone(BooleanPredicate predicate, boolean ifNone)
detectIfNone in interface BooleanIterablepublic int count(BooleanPredicate predicate)
count in interface BooleanIterablepublic boolean anySatisfy(BooleanPredicate predicate)
anySatisfy in interface BooleanIterablepublic boolean allSatisfy(BooleanPredicate predicate)
allSatisfy in interface BooleanIterablepublic boolean noneSatisfy(BooleanPredicate predicate)
noneSatisfy in interface BooleanIterablepublic <T> T injectInto(T injectedValue,
ObjectBooleanToObjectFunction<? super T,? extends T> function)
injectInto in interface BooleanIterablepublic RichIterable<BooleanIterable> chunk(int size)
chunk in interface BooleanIterablepublic boolean[] toArray()
toArray in interface BooleanIterablepublic MutableBooleanList toList()
toList in interface BooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterablepublic LazyBooleanIterable asLazy()
asLazy in interface BooleanIterableCopyright © 2004–2022. All rights reserved.