Uses of Interface
org.eclipse.collections.api.LazyBooleanIterable
-
Packages that use LazyBooleanIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of LazyBooleanIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
BooleanIterable. asLazy()
Returns a LazyBooleanIterable adapter wrapping the source BooleanIterable.LazyBooleanIterable
LazyBooleanIterable. collectBoolean(BooleanToBooleanFunction function)
LazyBooleanIterable
LazyByteIterable. collectBoolean(ByteToBooleanFunction function)
LazyBooleanIterable
LazyCharIterable. collectBoolean(CharToBooleanFunction function)
LazyBooleanIterable
LazyDoubleIterable. collectBoolean(DoubleToBooleanFunction function)
LazyBooleanIterable
LazyFloatIterable. collectBoolean(FloatToBooleanFunction function)
LazyBooleanIterable
LazyIntIterable. collectBoolean(IntToBooleanFunction function)
LazyBooleanIterable
LazyIterable. collectBoolean(BooleanFunction<? super T> booleanFunction)
Returns a lazy BooleanIterable which will transform the underlying iterable data to boolean values based on the booleanFunction.LazyBooleanIterable
LazyLongIterable. collectBoolean(LongToBooleanFunction function)
LazyBooleanIterable
LazyShortIterable. collectBoolean(ShortToBooleanFunction function)
LazyBooleanIterable
LazyBooleanIterable. reject(BooleanPredicate predicate)
LazyBooleanIterable
LazyBooleanIterable. select(BooleanPredicate predicate)
LazyBooleanIterable
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 Modifier and Type Method Description LazyBooleanIterable
ReversibleBooleanIterable. asReversed()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
ImmutableBooleanEmptyBag. asLazy()
LazyBooleanIterable
ImmutableBooleanHashBag. asLazy()
LazyBooleanIterable
ImmutableBooleanSingletonBag. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
BooleanHashBag. asLazy()
LazyBooleanIterable
SynchronizedBooleanBag. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
AbstractSynchronizedBooleanCollection. asLazy()
LazyBooleanIterable
AbstractUnmodifiableBooleanCollection. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
AbstractLazyIterable. 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 LazyBooleanIterable Modifier and Type Class Description class
AbstractLazyBooleanIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
CollectBooleanIterable<T>
A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.class
CollectBooleanToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
LazyBooleanIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
ReverseBooleanIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
SelectBooleanIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
TapBooleanIterable
This file was automatically generated from template file tapPrimitiveIterable.stg. -
Uses of LazyBooleanIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
ImmutableBooleanArrayList. asLazy()
LazyBooleanIterable
ImmutableBooleanEmptyList. asLazy()
LazyBooleanIterable
ImmutableBooleanSingletonList. asLazy()
LazyBooleanIterable
ImmutableBooleanArrayList. asReversed()
LazyBooleanIterable
ImmutableBooleanEmptyList. asReversed()
LazyBooleanIterable
ImmutableBooleanSingletonList. asReversed()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
BooleanArrayList. asLazy()
LazyBooleanIterable
SynchronizedBooleanList. asLazy()
LazyBooleanIterable
BooleanArrayList. asReversed()
LazyBooleanIterable
SynchronizedBooleanList. asReversed()
LazyBooleanIterable
UnmodifiableBooleanList. asReversed()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
ImmutableByteBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableByteBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableByteBooleanSingletonMap. asLazy()
LazyBooleanIterable
ImmutableCharBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableCharBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableCharBooleanSingletonMap. asLazy()
LazyBooleanIterable
ImmutableDoubleBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableDoubleBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableDoubleBooleanSingletonMap. asLazy()
LazyBooleanIterable
ImmutableFloatBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableFloatBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableFloatBooleanSingletonMap. asLazy()
LazyBooleanIterable
ImmutableIntBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableIntBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableIntBooleanSingletonMap. asLazy()
LazyBooleanIterable
ImmutableLongBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableLongBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableLongBooleanSingletonMap. asLazy()
LazyBooleanIterable
ImmutableObjectBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableObjectBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableObjectBooleanSingletonMap. asLazy()
LazyBooleanIterable
ImmutableShortBooleanEmptyMap. asLazy()
LazyBooleanIterable
ImmutableShortBooleanHashMap. asLazy()
LazyBooleanIterable
ImmutableShortBooleanSingletonMap. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. asLazy()
LazyBooleanIterable
ObjectBooleanHashMap. asLazy()
LazyBooleanIterable
ObjectBooleanHashMap.ValuesCollection. asLazy()
LazyBooleanIterable
ObjectBooleanHashMapWithHashingStrategy. asLazy()
LazyBooleanIterable
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection. asLazy()
LazyBooleanIterable
SynchronizedByteBooleanMap. asLazy()
LazyBooleanIterable
SynchronizedCharBooleanMap. asLazy()
LazyBooleanIterable
SynchronizedDoubleBooleanMap. asLazy()
LazyBooleanIterable
SynchronizedFloatBooleanMap. asLazy()
LazyBooleanIterable
SynchronizedIntBooleanMap. asLazy()
LazyBooleanIterable
SynchronizedLongBooleanMap. asLazy()
LazyBooleanIterable
SynchronizedObjectBooleanMap. asLazy()
LazyBooleanIterable
SynchronizedShortBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableByteBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableCharBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableDoubleBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableFloatBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableIntBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableLongBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableObjectBooleanMap. asLazy()
LazyBooleanIterable
UnmodifiableShortBooleanMap. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
AbstractBooleanIterable. asLazy()
LazyBooleanIterable
SynchronizedBooleanIterable. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
ImmutableBooleanEmptySet. asLazy()
LazyBooleanIterable
ImmutableFalseSet. asLazy()
LazyBooleanIterable
ImmutableTrueFalseSet. asLazy()
LazyBooleanIterable
ImmutableTrueSet. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
BooleanHashSet. asLazy()
LazyBooleanIterable
SynchronizedBooleanSet. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
ImmutableBooleanEmptyStack. asLazy()
LazyBooleanIterable
ImmutableBooleanSingletonStack. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
SynchronizedBooleanStack. asLazy()
LazyBooleanIterable
UnmodifiableBooleanStack. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
AbstractBooleanStack. asLazy()
-
Uses of LazyBooleanIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyBooleanIterable Modifier and Type Field Description private static LazyBooleanIterable
LazyBooleanIterate. EMPTY_ITERABLE
Methods in org.eclipse.collections.impl.utility.primitive that return LazyBooleanIterable Modifier and Type Method Description static 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.
-