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 theLazyIterableinterface.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 LazyBooleanIterableBooleanIterable. asLazy()Returns a LazyBooleanIterable adapter wrapping the source BooleanIterable.LazyBooleanIterableLazyBooleanIterable. collectBoolean(BooleanToBooleanFunction function)LazyBooleanIterableLazyByteIterable. collectBoolean(ByteToBooleanFunction function)LazyBooleanIterableLazyCharIterable. collectBoolean(CharToBooleanFunction function)LazyBooleanIterableLazyDoubleIterable. collectBoolean(DoubleToBooleanFunction function)LazyBooleanIterableLazyFloatIterable. collectBoolean(FloatToBooleanFunction function)LazyBooleanIterableLazyIntIterable. collectBoolean(IntToBooleanFunction function)LazyBooleanIterableLazyIterable. collectBoolean(BooleanFunction<? super T> booleanFunction)Returns a lazy BooleanIterable which will transform the underlying iterable data to boolean values based on the booleanFunction.LazyBooleanIterableLazyLongIterable. collectBoolean(LongToBooleanFunction function)LazyBooleanIterableLazyShortIterable. collectBoolean(ShortToBooleanFunction function)LazyBooleanIterableLazyBooleanIterable. reject(BooleanPredicate predicate)LazyBooleanIterableLazyBooleanIterable. select(BooleanPredicate predicate)LazyBooleanIterableLazyBooleanIterable. 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 LazyBooleanIterableReversibleBooleanIterable. 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 LazyBooleanIterableImmutableBooleanEmptyBag. asLazy()LazyBooleanIterableImmutableBooleanHashBag. asLazy()LazyBooleanIterableImmutableBooleanSingletonBag. 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 LazyBooleanIterableBooleanHashBag. asLazy()LazyBooleanIterableSynchronizedBooleanBag. 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 LazyBooleanIterableAbstractSynchronizedBooleanCollection. asLazy()LazyBooleanIterableAbstractUnmodifiableBooleanCollection. 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 LazyBooleanIterableAbstractLazyIterable. 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 classAbstractLazyBooleanIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanIterable<T>A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.classCollectBooleanToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToBooleanIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyBooleanIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseBooleanIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectBooleanIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapBooleanIterableThis 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 LazyBooleanIterableImmutableBooleanArrayList. asLazy()LazyBooleanIterableImmutableBooleanEmptyList. asLazy()LazyBooleanIterableImmutableBooleanSingletonList. asLazy()LazyBooleanIterableImmutableBooleanArrayList. asReversed()LazyBooleanIterableImmutableBooleanEmptyList. asReversed()LazyBooleanIterableImmutableBooleanSingletonList. 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 LazyBooleanIterableBooleanArrayList. asLazy()LazyBooleanIterableSynchronizedBooleanList. asLazy()LazyBooleanIterableBooleanArrayList. asReversed()LazyBooleanIterableSynchronizedBooleanList. asReversed()LazyBooleanIterableUnmodifiableBooleanList. 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 LazyBooleanIterableImmutableByteBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableByteBooleanHashMap. asLazy()LazyBooleanIterableImmutableByteBooleanSingletonMap. asLazy()LazyBooleanIterableImmutableCharBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableCharBooleanHashMap. asLazy()LazyBooleanIterableImmutableCharBooleanSingletonMap. asLazy()LazyBooleanIterableImmutableDoubleBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableDoubleBooleanHashMap. asLazy()LazyBooleanIterableImmutableDoubleBooleanSingletonMap. asLazy()LazyBooleanIterableImmutableFloatBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableFloatBooleanHashMap. asLazy()LazyBooleanIterableImmutableFloatBooleanSingletonMap. asLazy()LazyBooleanIterableImmutableIntBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableIntBooleanHashMap. asLazy()LazyBooleanIterableImmutableIntBooleanSingletonMap. asLazy()LazyBooleanIterableImmutableLongBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableLongBooleanHashMap. asLazy()LazyBooleanIterableImmutableLongBooleanSingletonMap. asLazy()LazyBooleanIterableImmutableObjectBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableObjectBooleanHashMap. asLazy()LazyBooleanIterableImmutableObjectBooleanSingletonMap. asLazy()LazyBooleanIterableImmutableShortBooleanEmptyMap. asLazy()LazyBooleanIterableImmutableShortBooleanHashMap. asLazy()LazyBooleanIterableImmutableShortBooleanSingletonMap. 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 LazyBooleanIterableAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. asLazy()LazyBooleanIterableObjectBooleanHashMap. asLazy()LazyBooleanIterableObjectBooleanHashMap.ValuesCollection. asLazy()LazyBooleanIterableObjectBooleanHashMapWithHashingStrategy. asLazy()LazyBooleanIterableObjectBooleanHashMapWithHashingStrategy.ValuesCollection. asLazy()LazyBooleanIterableSynchronizedByteBooleanMap. asLazy()LazyBooleanIterableSynchronizedCharBooleanMap. asLazy()LazyBooleanIterableSynchronizedDoubleBooleanMap. asLazy()LazyBooleanIterableSynchronizedFloatBooleanMap. asLazy()LazyBooleanIterableSynchronizedIntBooleanMap. asLazy()LazyBooleanIterableSynchronizedLongBooleanMap. asLazy()LazyBooleanIterableSynchronizedObjectBooleanMap. asLazy()LazyBooleanIterableSynchronizedShortBooleanMap. asLazy()LazyBooleanIterableUnmodifiableByteBooleanMap. asLazy()LazyBooleanIterableUnmodifiableCharBooleanMap. asLazy()LazyBooleanIterableUnmodifiableDoubleBooleanMap. asLazy()LazyBooleanIterableUnmodifiableFloatBooleanMap. asLazy()LazyBooleanIterableUnmodifiableIntBooleanMap. asLazy()LazyBooleanIterableUnmodifiableLongBooleanMap. asLazy()LazyBooleanIterableUnmodifiableObjectBooleanMap. asLazy()LazyBooleanIterableUnmodifiableShortBooleanMap. 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 LazyBooleanIterableAbstractBooleanIterable. asLazy()LazyBooleanIterableSynchronizedBooleanIterable. 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 LazyBooleanIterableImmutableBooleanEmptySet. asLazy()LazyBooleanIterableImmutableFalseSet. asLazy()LazyBooleanIterableImmutableTrueFalseSet. asLazy()LazyBooleanIterableImmutableTrueSet. 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 LazyBooleanIterableBooleanHashSet. asLazy()LazyBooleanIterableSynchronizedBooleanSet. 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 LazyBooleanIterableImmutableBooleanEmptyStack. asLazy()LazyBooleanIterableImmutableBooleanSingletonStack. 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 LazyBooleanIterableSynchronizedBooleanStack. asLazy()LazyBooleanIterableUnmodifiableBooleanStack. 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 LazyBooleanIterableAbstractBooleanStack. 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 LazyBooleanIterableLazyBooleanIterate. EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyBooleanIterable Modifier and Type Method Description static LazyBooleanIterableLazyBooleanIterate. adapt(BooleanIterable iterable)Creates a deferred boolean iterable for the specified boolean iterable.static LazyBooleanIterableLazyBooleanIterate. empty()static LazyBooleanIterableLazyBooleanIterate. select(BooleanIterable iterable, BooleanPredicate predicate)Creates a deferred filtering boolean iterable for the specified boolean iterable.static LazyBooleanIterableLazyBooleanIterate. tap(BooleanIterable iterable, BooleanProcedure procedure)Creates a deferred tap iterable for the specified iterable.
-