Uses of Interface
org.eclipse.collections.api.LazyBooleanIterable
Packages that use LazyBooleanIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LazyBooleanIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyBooleanIterableModifier and TypeMethodDescriptionBooleanIterable.asLazy()
Returns a LazyBooleanIterable adapter wrapping the source BooleanIterable.LazyBooleanIterable.collectBoolean
(BooleanToBooleanFunction function) LazyByteIterable.collectBoolean
(ByteToBooleanFunction function) LazyCharIterable.collectBoolean
(CharToBooleanFunction function) LazyDoubleIterable.collectBoolean
(DoubleToBooleanFunction function) LazyFloatIterable.collectBoolean
(FloatToBooleanFunction function) LazyIntIterable.collectBoolean
(IntToBooleanFunction function) LazyIterable.collectBoolean
(BooleanFunction<? super T> booleanFunction) Returns a lazy BooleanIterable which will transform the underlying iterable data to boolean values based on the booleanFunction.LazyLongIterable.collectBoolean
(LongToBooleanFunction function) LazyShortIterable.collectBoolean
(ShortToBooleanFunction function) LazyBooleanIterable.reject
(BooleanPredicate predicate) LazyBooleanIterable.select
(BooleanPredicate predicate) LazyBooleanIterable.tap
(BooleanProcedure procedure) -
Uses of LazyBooleanIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyBooleanIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyBooleanIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyBooleanIterableModifier and TypeMethodDescriptionAbstractLazyBooleanIterable.asLazy()
ReverseBooleanIterable.asLazy()
AbstractLazyBooleanIterable.collectBoolean
(BooleanToBooleanFunction function) AbstractLazyByteIterable.collectBoolean
(ByteToBooleanFunction function) AbstractLazyCharIterable.collectBoolean
(CharToBooleanFunction function) AbstractLazyDoubleIterable.collectBoolean
(DoubleToBooleanFunction function) AbstractLazyFloatIterable.collectBoolean
(FloatToBooleanFunction function) AbstractLazyIntIterable.collectBoolean
(IntToBooleanFunction function) AbstractLazyLongIterable.collectBoolean
(LongToBooleanFunction function) AbstractLazyShortIterable.collectBoolean
(ShortToBooleanFunction function) AbstractLazyBooleanIterable.reject
(BooleanPredicate predicate) AbstractLazyBooleanIterable.select
(BooleanPredicate predicate) AbstractLazyBooleanIterable.tap
(BooleanProcedure procedure) -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyBooleanIterableModifier and TypeMethodDescriptionImmutableBooleanArrayList.asLazy()
ImmutableBooleanEmptyList.asLazy()
ImmutableBooleanSingletonList.asLazy()
ImmutableBooleanArrayList.asReversed()
ImmutableBooleanEmptyList.asReversed()
ImmutableBooleanSingletonList.asReversed()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyBooleanIterableModifier and TypeMethodDescriptionBooleanArrayList.asLazy()
SynchronizedBooleanList.asLazy()
BooleanArrayList.asReversed()
SynchronizedBooleanList.asReversed()
UnmodifiableBooleanList.asReversed()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyBooleanIterableModifier and TypeMethodDescriptionImmutableByteBooleanEmptyMap.asLazy()
ImmutableByteBooleanHashMap.asLazy()
ImmutableByteBooleanSingletonMap.asLazy()
ImmutableCharBooleanEmptyMap.asLazy()
ImmutableCharBooleanHashMap.asLazy()
ImmutableCharBooleanSingletonMap.asLazy()
ImmutableDoubleBooleanEmptyMap.asLazy()
ImmutableDoubleBooleanHashMap.asLazy()
ImmutableDoubleBooleanSingletonMap.asLazy()
ImmutableFloatBooleanEmptyMap.asLazy()
ImmutableFloatBooleanHashMap.asLazy()
ImmutableFloatBooleanSingletonMap.asLazy()
ImmutableIntBooleanEmptyMap.asLazy()
ImmutableIntBooleanHashMap.asLazy()
ImmutableIntBooleanSingletonMap.asLazy()
ImmutableLongBooleanEmptyMap.asLazy()
ImmutableLongBooleanHashMap.asLazy()
ImmutableLongBooleanSingletonMap.asLazy()
ImmutableObjectBooleanEmptyMap.asLazy()
ImmutableObjectBooleanHashMap.asLazy()
ImmutableObjectBooleanSingletonMap.asLazy()
ImmutableShortBooleanEmptyMap.asLazy()
ImmutableShortBooleanHashMap.asLazy()
ImmutableShortBooleanSingletonMap.asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyBooleanIterableModifier and TypeMethodDescriptionAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.asLazy()
ObjectBooleanHashMap.asLazy()
ObjectBooleanHashMap.ValuesCollection.asLazy()
ObjectBooleanHashMapWithHashingStrategy.asLazy()
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection.asLazy()
SynchronizedByteBooleanMap.asLazy()
SynchronizedCharBooleanMap.asLazy()
SynchronizedDoubleBooleanMap.asLazy()
SynchronizedFloatBooleanMap.asLazy()
SynchronizedIntBooleanMap.asLazy()
SynchronizedLongBooleanMap.asLazy()
SynchronizedObjectBooleanMap.asLazy()
SynchronizedShortBooleanMap.asLazy()
UnmodifiableByteBooleanMap.asLazy()
UnmodifiableCharBooleanMap.asLazy()
UnmodifiableDoubleBooleanMap.asLazy()
UnmodifiableFloatBooleanMap.asLazy()
UnmodifiableIntBooleanMap.asLazy()
UnmodifiableLongBooleanMap.asLazy()
UnmodifiableObjectBooleanMap.asLazy()
UnmodifiableShortBooleanMap.asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyBooleanIterable -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyBooleanIterableModifier and TypeFieldDescriptionprivate static final LazyBooleanIterable
LazyBooleanIterate.EMPTY_ITERABLE
Methods in org.eclipse.collections.impl.utility.primitive that return LazyBooleanIterableModifier and TypeMethodDescriptionstatic LazyBooleanIterable
LazyBooleanIterate.adapt
(BooleanIterable iterable) Creates a deferred boolean iterable for the specified boolean iterable.static LazyBooleanIterable
LazyBooleanIterate.empty()
static LazyBooleanIterable
LazyBooleanIterate.select
(BooleanIterable iterable, BooleanPredicate predicate) Creates a deferred filtering boolean iterable for the specified boolean iterable.static LazyBooleanIterable
LazyBooleanIterate.tap
(BooleanIterable iterable, BooleanProcedure procedure) Creates a deferred tap iterable for the specified iterable.