public final class LazyIntIterate extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.LazyIntIterable |
adapt(org.eclipse.collections.api.IntIterable iterable)
Creates a deferred int iterable for the specified int iterable.
|
static <V> org.eclipse.collections.api.LazyIterable<V> |
collect(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
Creates a deferred transforming int iterable for the specified int iterable.
|
static <V> org.eclipse.collections.api.LazyIterable<V> |
collectIf(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate,
org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming int iterable for the specified int iterable.
|
static org.eclipse.collections.api.LazyIntIterable |
empty() |
static org.eclipse.collections.api.LazyIntIterable |
select(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate)
Creates a deferred filtering int iterable for the specified int iterable.
|
public static org.eclipse.collections.api.LazyIntIterable adapt(org.eclipse.collections.api.IntIterable iterable)
public static org.eclipse.collections.api.LazyIntIterable select(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate)
public static <V> org.eclipse.collections.api.LazyIterable<V> collect(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
public static <V> org.eclipse.collections.api.LazyIterable<V> collectIf(org.eclipse.collections.api.IntIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate,
org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V> function)
public static org.eclipse.collections.api.LazyIntIterable empty()
Copyright © 2004–2017. All rights reserved.