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