Class AbstractLazyBooleanIterable
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable
- All Implemented Interfaces:
BooleanIterable,LazyBooleanIterable,PrimitiveIterable
- Direct Known Subclasses:
CollectBooleanIterable,CollectBooleanToBooleanIterable,CollectByteToBooleanIterable,CollectCharToBooleanIterable,CollectDoubleToBooleanIterable,CollectFloatToBooleanIterable,CollectIntToBooleanIterable,CollectLongToBooleanIterable,CollectShortToBooleanIterable,LazyBooleanIterableAdapter,ReverseBooleanIterable,SelectBooleanIterable,TapBooleanIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallSatisfy(BooleanPredicate predicate) booleananySatisfy(BooleanPredicate predicate) voidappendString(Appendable appendable) voidappendString(Appendable appendable, String separator) voidappendString(Appendable appendable, String start, String separator, String end) asLazy()chunk(int size) <V> LazyIterable<V>collect(BooleanToObjectFunction<? extends V> function) collectBoolean(BooleanToBooleanFunction function) collectByte(BooleanToByteFunction function) collectChar(BooleanToCharFunction function) collectDouble(BooleanToDoubleFunction function) collectFloat(BooleanToFloatFunction function) collectInt(BooleanToIntFunction function) collectLong(BooleanToLongFunction function) collectShort(BooleanToShortFunction function) booleancontains(boolean value) booleancontainsAll(boolean... source) booleancontainsAll(BooleanIterable source) intcount(BooleanPredicate predicate) booleandetectIfNone(BooleanPredicate predicate, boolean ifNone) <V> LazyIterable<V>flatCollect(BooleanToObjectFunction<? extends Iterable<V>> function) <T> TinjectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T, ? extends T> function) booleanisEmpty()makeString(String separator) makeString(String start, String separator, String end) booleannoneSatisfy(BooleanPredicate predicate) booleannotEmpty()reject(BooleanPredicate predicate) select(BooleanPredicate predicate) intsize()tap(BooleanProcedure procedure) boolean[]toArray()toBag()toList()toSet()toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.BooleanIterable
booleanIterator, 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, toArray
-
Constructor Details
-
AbstractLazyBooleanIterable
public AbstractLazyBooleanIterable()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfacePrimitiveIterable
-
toString
- Specified by:
toStringin interfacePrimitiveIterable- Overrides:
toStringin classObject
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfacePrimitiveIterable
-
notEmpty
public boolean notEmpty()- Specified by:
notEmptyin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
contains
public boolean contains(boolean value) - Specified by:
containsin interfaceBooleanIterable
-
containsAll
public boolean containsAll(boolean... source) - Specified by:
containsAllin interfaceBooleanIterable
-
containsAll
- Specified by:
containsAllin interfaceBooleanIterable
-
select
- Specified by:
selectin interfaceBooleanIterable- Specified by:
selectin interfaceLazyBooleanIterable
-
reject
- Specified by:
rejectin interfaceBooleanIterable- Specified by:
rejectin interfaceLazyBooleanIterable
-
tap
- Specified by:
tapin interfaceBooleanIterable- Specified by:
tapin interfaceLazyBooleanIterable
-
collect
- Specified by:
collectin interfaceBooleanIterable- Specified by:
collectin interfaceLazyBooleanIterable
-
flatCollect
- Specified by:
flatCollectin interfaceLazyBooleanIterable
-
collectBoolean
- Specified by:
collectBooleanin interfaceLazyBooleanIterable- Since:
- 7.0
-
collectByte
- Specified by:
collectBytein interfaceLazyBooleanIterable- Since:
- 7.0
-
collectChar
- Specified by:
collectCharin interfaceLazyBooleanIterable- Since:
- 7.0
-
collectShort
- Specified by:
collectShortin interfaceLazyBooleanIterable- Since:
- 7.0
-
collectInt
- Specified by:
collectIntin interfaceLazyBooleanIterable- Since:
- 7.0
-
collectFloat
- Specified by:
collectFloatin interfaceLazyBooleanIterable- Since:
- 7.0
-
collectLong
- Specified by:
collectLongin interfaceLazyBooleanIterable- Since:
- 7.0
-
collectDouble
- Specified by:
collectDoublein interfaceLazyBooleanIterable- Since:
- 7.0
-
detectIfNone
- Specified by:
detectIfNonein interfaceBooleanIterable
-
count
- Specified by:
countin interfaceBooleanIterable
-
anySatisfy
- Specified by:
anySatisfyin interfaceBooleanIterable
-
allSatisfy
- Specified by:
allSatisfyin interfaceBooleanIterable
-
noneSatisfy
- Specified by:
noneSatisfyin interfaceBooleanIterable
-
injectInto
public <T> T injectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T, ? extends T> function) - Specified by:
injectIntoin interfaceBooleanIterable
-
chunk
- Specified by:
chunkin interfaceBooleanIterable
-
toArray
public boolean[] toArray()- Specified by:
toArrayin interfaceBooleanIterable
-
toList
- Specified by:
toListin interfaceBooleanIterable
-
toSet
- Specified by:
toSetin interfaceBooleanIterable
-
toBag
- Specified by:
toBagin interfaceBooleanIterable
-
asLazy
- Specified by:
asLazyin interfaceBooleanIterable
-