public final class LazyBooleanIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.LazyBooleanIterable |
adapt(com.gs.collections.api.BooleanIterable iterable)
Creates a deferred boolean iterable for the specified boolean iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collect(com.gs.collections.api.BooleanIterable iterable,
com.gs.collections.api.block.function.primitive.BooleanToObjectFunction<? extends V> function)
Creates a deferred transforming boolean iterable for the specified boolean iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collectIf(com.gs.collections.api.BooleanIterable iterable,
com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate,
com.gs.collections.api.block.function.primitive.BooleanToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming boolean iterable for the specified boolean iterable.
|
static com.gs.collections.api.LazyBooleanIterable |
empty() |
static com.gs.collections.api.LazyBooleanIterable |
select(com.gs.collections.api.BooleanIterable iterable,
com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate)
Creates a deferred filtering boolean iterable for the specified boolean iterable.
|
public static com.gs.collections.api.LazyBooleanIterable adapt(com.gs.collections.api.BooleanIterable iterable)
public static com.gs.collections.api.LazyBooleanIterable select(com.gs.collections.api.BooleanIterable iterable,
com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate)
public static <V> com.gs.collections.api.LazyIterable<V> collect(com.gs.collections.api.BooleanIterable iterable,
com.gs.collections.api.block.function.primitive.BooleanToObjectFunction<? extends V> function)
public static <V> com.gs.collections.api.LazyIterable<V> collectIf(com.gs.collections.api.BooleanIterable iterable,
com.gs.collections.api.block.predicate.primitive.BooleanPredicate predicate,
com.gs.collections.api.block.function.primitive.BooleanToObjectFunction<? extends V> function)
public static com.gs.collections.api.LazyBooleanIterable empty()