public class LazyBooleanIterableAdapter extends AbstractLazyBooleanIterable
| Constructor and Description |
|---|
LazyBooleanIterableAdapter(BooleanIterable delegate) |
asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, reject, select, tapequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcollect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reduce, reduceIfEmpty, reject, select, toArraypublic LazyBooleanIterableAdapter(BooleanIterable delegate)
public BooleanIterator booleanIterator()
public void each(BooleanProcedure procedure)
public int size()
size in interface PrimitiveIterablesize in class AbstractLazyBooleanIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyBooleanIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyBooleanIterablepublic int count(BooleanPredicate predicate)
count in interface BooleanIterablecount in class AbstractLazyBooleanIterablepublic boolean anySatisfy(BooleanPredicate predicate)
anySatisfy in interface BooleanIterableanySatisfy in class AbstractLazyBooleanIterablepublic boolean allSatisfy(BooleanPredicate predicate)
allSatisfy in interface BooleanIterableallSatisfy in class AbstractLazyBooleanIterablepublic boolean noneSatisfy(BooleanPredicate predicate)
noneSatisfy in interface BooleanIterablenoneSatisfy in class AbstractLazyBooleanIterablepublic boolean detectIfNone(BooleanPredicate predicate, boolean ifNone)
detectIfNone in interface BooleanIterabledetectIfNone in class AbstractLazyBooleanIterablepublic boolean[] toArray()
toArray in interface BooleanIterabletoArray in class AbstractLazyBooleanIterablepublic String toString()
toString in interface PrimitiveIterabletoString in class AbstractLazyBooleanIterablepublic String makeString()
makeString in interface PrimitiveIterablemakeString in class AbstractLazyBooleanIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablemakeString in class AbstractLazyBooleanIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablemakeString in class AbstractLazyBooleanIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterableappendString in class AbstractLazyBooleanIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterableappendString in class AbstractLazyBooleanIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterableappendString in class AbstractLazyBooleanIterablepublic boolean contains(boolean value)
contains in interface BooleanIterablecontains in class AbstractLazyBooleanIterablepublic boolean containsAll(boolean... source)
containsAll in interface BooleanIterablecontainsAll in class AbstractLazyBooleanIterablepublic boolean containsAll(BooleanIterable source)
containsAll in interface BooleanIterablecontainsAll in class AbstractLazyBooleanIterablepublic MutableBooleanList toList()
toList in interface BooleanIterabletoList in class AbstractLazyBooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterabletoSet in class AbstractLazyBooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterabletoBag in class AbstractLazyBooleanIterablepublic <T> T injectInto(T injectedValue,
ObjectBooleanToObjectFunction<? super T,? extends T> function)
injectInto in interface BooleanIterableinjectInto in class AbstractLazyBooleanIterableCopyright © 2004–2022. All rights reserved.