public abstract class AbstractBooleanIterable extends Object implements BooleanIterable
| Constructor and Description |
|---|
AbstractBooleanIterable() |
| Modifier and Type | Method and Description |
|---|---|
LazyBooleanIterable |
asLazy() |
MutableBooleanBag |
toBag() |
MutableBooleanList |
toList() |
MutableBooleanSet |
toSet() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitallSatisfy, anySatisfy, booleanIterator, chunk, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, noneSatisfy, reduce, reduceIfEmpty, reject, reject, select, select, tap, toArray, toArrayappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizepublic String toString()
toString in interface PrimitiveIterabletoString in class Objectpublic LazyBooleanIterable asLazy()
asLazy in interface BooleanIterablepublic MutableBooleanList toList()
toList in interface BooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterableCopyright © 2004–2022. All rights reserved.