@Immutable
public class CollectBooleanIterable<T>
extends AbstractLazyBooleanIterable
| Constructor and Description |
|---|
CollectBooleanIterable(com.gs.collections.api.LazyIterable<T> adapted,
com.gs.collections.api.block.function.primitive.BooleanFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate) |
boolean |
anySatisfy(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate) |
com.gs.collections.api.iterator.BooleanIterator |
booleanIterator() |
boolean |
containsAll(boolean... source) |
boolean |
containsAll(com.gs.collections.api.BooleanIterable source) |
int |
count(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate) |
void |
each(com.gs.collections.api.block.procedure.primitive.BooleanProcedure procedure) |
void |
forEach(com.gs.collections.api.block.procedure.primitive.BooleanProcedure procedure) |
boolean |
isEmpty() |
boolean |
noneSatisfy(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate) |
boolean |
notEmpty() |
int |
size() |
boolean[] |
toArray() |
com.gs.collections.api.bag.primitive.MutableBooleanBag |
toBag() |
com.gs.collections.api.list.primitive.MutableBooleanList |
toList() |
com.gs.collections.api.set.primitive.MutableBooleanSet |
toSet() |
public com.gs.collections.api.iterator.BooleanIterator booleanIterator()
public void forEach(com.gs.collections.api.block.procedure.primitive.BooleanProcedure procedure)
public void each(com.gs.collections.api.block.procedure.primitive.BooleanProcedure procedure)
public int size()
public boolean isEmpty()
public boolean notEmpty()
public int count(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate)
public boolean anySatisfy(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate)
public boolean allSatisfy(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate)
public boolean noneSatisfy(com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate)
public boolean[] toArray()
public com.gs.collections.api.list.primitive.MutableBooleanList toList()
public com.gs.collections.api.set.primitive.MutableBooleanSet toSet()
public com.gs.collections.api.bag.primitive.MutableBooleanBag toBag()
public boolean containsAll(boolean... source)
public boolean containsAll(com.gs.collections.api.BooleanIterable source)
Copyright © 2004–2016. All rights reserved.