Uses of Interface
org.eclipse.collections.api.LazyBooleanIterable
Packages that use LazyBooleanIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
-
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