LazyBooleanIterable |
BooleanIterable.asLazy() |
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 |
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 |
LazyLongIterable.collectBoolean(LongToBooleanFunction function) |
LazyBooleanIterable |
LazyShortIterable.collectBoolean(ShortToBooleanFunction function) |
LazyBooleanIterable |
LazyBooleanIterable.reject(BooleanPredicate predicate) |
LazyBooleanIterable |
LazyBooleanIterable.select(BooleanPredicate predicate) |