Uses of Interface
org.eclipse.collections.api.BooleanIterable
Packages that use BooleanIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
-
Uses of BooleanIterable in org.eclipse.collections.api
Subinterfaces of BooleanIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return BooleanIterableModifier and TypeMethodDescriptionRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) Returns a new primitivebooleaniterable with the results of applying the specified function on each element of the source collection.BooleanIterable.reject(BooleanPredicate predicate) Returns a new BooleanIterable with all of the elements in the BooleanIterable that return false for the specified predicate.BooleanIterable.select(BooleanPredicate predicate) Returns a new BooleanIterable with all of the elements in the BooleanIterable that return true for the specified predicate.default BooleanIterableBooleanIterable.tap(BooleanProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type BooleanIterableModifier and TypeMethodDescriptiondefault RichIterable<BooleanIterable>BooleanIterable.chunk(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type BooleanIterableModifier and TypeMethodDescriptiondefault booleanBooleanIterable.containsAll(BooleanIterable source) Returns true if all of the values specified in the source BooleanIterable are contained in the BooleanIterable, and false if they are not.default booleanBooleanIterable.containsAny(BooleanIterable source) Returns true if any of the values specified in the source BooleanIterable are contained in the BooleanIterable, and false if they are not.default booleanBooleanIterable.containsNone(BooleanIterable source) Returns true if none of the values specified in the source BooleanIterable are contained in the BooleanIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type BooleanIterableModifier and TypeMethodDescriptiondefault <R extends MutableBooleanCollection>
RRichIterable.flatCollectBoolean(Function<? super T, ? extends BooleanIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of BooleanIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveBag.stg.interfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanBag.newWithAll(BooleanIterable elements) ImmutableBooleanBag.newWithoutAll(BooleanIterable elements) MutableBooleanBag.withAll(BooleanIterable elements) MutableBooleanBag.withoutAll(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanMutableBooleanCollection.addAll(BooleanIterable source) ImmutableBooleanCollection.newWithAll(BooleanIterable elements) ImmutableBooleanCollection.newWithoutAll(BooleanIterable elements) booleanMutableBooleanCollection.removeAll(BooleanIterable source) booleanMutableBooleanCollection.retainAll(BooleanIterable elements) MutableBooleanCollection.withAll(BooleanIterable elements) MutableBooleanCollection.withoutAll(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanBagFactory.ofAll(BooleanIterable items) MutableBooleanBagFactory.ofAll(BooleanIterable items) ImmutableBooleanBagFactory.withAll(BooleanIterable items) MutableBooleanBagFactory.withAll(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanListFactory.ofAll(BooleanIterable items) MutableBooleanListFactory.ofAll(BooleanIterable items) ImmutableBooleanListFactory.withAll(BooleanIterable items) MutableBooleanListFactory.withAll(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanSetFactory.ofAll(BooleanIterable items) MutableBooleanSetFactory.ofAll(BooleanIterable items) ImmutableBooleanSetFactory.withAll(BooleanIterable items) MutableBooleanSetFactory.withAll(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanStackFactory.ofAll(BooleanIterable items) MutableBooleanStackFactory.ofAll(BooleanIterable items) ImmutableBooleanStackFactory.ofAllReversed(BooleanIterable items) MutableBooleanStackFactory.ofAllReversed(BooleanIterable items) ImmutableBooleanStackFactory.withAll(BooleanIterable items) MutableBooleanStackFactory.withAll(BooleanIterable items) ImmutableBooleanStackFactory.withAllReversed(BooleanIterable items) MutableBooleanStackFactory.withAllReversed(BooleanIterable items) -
Uses of BooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionbooleanMutableBooleanList.addAllAtIndex(int index, BooleanIterable source) ImmutableBooleanList.newWithAll(BooleanIterable elements) ImmutableBooleanList.newWithoutAll(BooleanIterable elements) MutableBooleanList.withAll(BooleanIterable elements) MutableBooleanList.withoutAll(BooleanIterable elements) default ListIterable<BooleanBooleanPair>BooleanList.zipBoolean(BooleanIterable iterable) Returns aListIterableformed from thisBooleanListand anotherBooleanListby combining corresponding elements in pairs.default ImmutableList<BooleanBooleanPair>ImmutableBooleanList.zipBoolean(BooleanIterable iterable) Returns anImmutableListformed from thisImmutableBooleanListand anotherBooleanListby combining corresponding elements in pairs.default MutableList<BooleanBooleanPair>MutableBooleanList.zipBoolean(BooleanIterable iterable) Returns aMutableListformed from thisMutableBooleanListand anotherBooleanListby combining corresponding elements in pairs. -
Uses of BooleanIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveValuesMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg. -
Uses of BooleanIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of BooleanIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveSet.stg.interfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type BooleanIterableModifier and TypeMethodDescriptionImmutableBooleanSet.newWithAll(BooleanIterable elements) ImmutableBooleanSet.newWithoutAll(BooleanIterable elements) MutableBooleanSet.withAll(BooleanIterable elements) MutableBooleanSet.withoutAll(BooleanIterable elements) -
Uses of BooleanIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of BooleanIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveStack.stg.interfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg.