public final class LazyDoubleIterate extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.LazyDoubleIterable |
adapt(org.eclipse.collections.api.DoubleIterable iterable)
Creates a deferred double iterable for the specified double iterable.
|
static <V> org.eclipse.collections.api.LazyIterable<V> |
collect(org.eclipse.collections.api.DoubleIterable iterable,
org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
Creates a deferred transforming double iterable for the specified double iterable.
|
static <V> org.eclipse.collections.api.LazyIterable<V> |
collectIf(org.eclipse.collections.api.DoubleIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate,
org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming double iterable for the specified double iterable.
|
static org.eclipse.collections.api.LazyDoubleIterable |
empty() |
static org.eclipse.collections.api.LazyDoubleIterable |
select(org.eclipse.collections.api.DoubleIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate)
Creates a deferred filtering double iterable for the specified double iterable.
|
public static org.eclipse.collections.api.LazyDoubleIterable adapt(org.eclipse.collections.api.DoubleIterable iterable)
public static org.eclipse.collections.api.LazyDoubleIterable select(org.eclipse.collections.api.DoubleIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate)
public static <V> org.eclipse.collections.api.LazyIterable<V> collect(org.eclipse.collections.api.DoubleIterable iterable,
org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
public static <V> org.eclipse.collections.api.LazyIterable<V> collectIf(org.eclipse.collections.api.DoubleIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate,
org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
public static org.eclipse.collections.api.LazyDoubleIterable empty()
Copyright © 2004–2018. All rights reserved.