Uses of Interface
org.eclipse.collections.api.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.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 the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list 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.mutable.primitive |
This package contains implementations of the mutable primitive set 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.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.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.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyBooleanIterable Modifier and Type Method Description LazyBooleanIterable
ObjectBooleanHashMap. asLazy()
LazyBooleanIterable
ObjectBooleanHashMapWithHashingStrategy. 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.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.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
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.