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