public final class LazyIntIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.LazyIntIterable |
adapt(com.gs.collections.api.IntIterable iterable)
Creates a deferred int iterable for the specified int iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collect(com.gs.collections.api.IntIterable iterable,
com.gs.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
Creates a deferred transforming int iterable for the specified int iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collectIf(com.gs.collections.api.IntIterable iterable,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
com.gs.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming int iterable for the specified int iterable.
|
static com.gs.collections.api.LazyIntIterable |
empty() |
static com.gs.collections.api.LazyIntIterable |
select(com.gs.collections.api.IntIterable iterable,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate)
Creates a deferred filtering int iterable for the specified int iterable.
|
public static com.gs.collections.api.LazyIntIterable adapt(com.gs.collections.api.IntIterable iterable)
public static com.gs.collections.api.LazyIntIterable select(com.gs.collections.api.IntIterable iterable,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate)
public static <V> com.gs.collections.api.LazyIterable<V> collect(com.gs.collections.api.IntIterable iterable,
com.gs.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
public static <V> com.gs.collections.api.LazyIterable<V> collectIf(com.gs.collections.api.IntIterable iterable,
com.gs.collections.api.block.predicate.primitive.IntPredicate predicate,
com.gs.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
public static com.gs.collections.api.LazyIntIterable empty()