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 -
-
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()
-