public final class LazyDoubleIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.LazyDoubleIterable |
adapt(com.gs.collections.api.DoubleIterable iterable)
Creates a deferred double iterable for the specified double iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collect(com.gs.collections.api.DoubleIterable iterable,
com.gs.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
Creates a deferred transforming double iterable for the specified double iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collectIf(com.gs.collections.api.DoubleIterable iterable,
com.gs.collections.api.block.predicate.primitive.DoublePredicate predicate,
com.gs.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming double iterable for the specified double iterable.
|
static com.gs.collections.api.LazyDoubleIterable |
empty() |
static com.gs.collections.api.LazyDoubleIterable |
select(com.gs.collections.api.DoubleIterable iterable,
com.gs.collections.api.block.predicate.primitive.DoublePredicate predicate)
Creates a deferred filtering double iterable for the specified double iterable.
|
public static com.gs.collections.api.LazyDoubleIterable adapt(com.gs.collections.api.DoubleIterable iterable)
public static com.gs.collections.api.LazyDoubleIterable select(com.gs.collections.api.DoubleIterable iterable,
com.gs.collections.api.block.predicate.primitive.DoublePredicate predicate)
public static <V> com.gs.collections.api.LazyIterable<V> collect(com.gs.collections.api.DoubleIterable iterable,
com.gs.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
public static <V> com.gs.collections.api.LazyIterable<V> collectIf(com.gs.collections.api.DoubleIterable iterable,
com.gs.collections.api.block.predicate.primitive.DoublePredicate predicate,
com.gs.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function)
public static com.gs.collections.api.LazyDoubleIterable empty()