public final class LazyFloatIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.LazyFloatIterable |
adapt(com.gs.collections.api.FloatIterable iterable)
Creates a deferred float iterable for the specified float iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collect(com.gs.collections.api.FloatIterable iterable,
com.gs.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
Creates a deferred transforming float iterable for the specified float iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collectIf(com.gs.collections.api.FloatIterable iterable,
com.gs.collections.api.block.predicate.primitive.FloatPredicate predicate,
com.gs.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming float iterable for the specified float iterable.
|
static com.gs.collections.api.LazyFloatIterable |
empty() |
static com.gs.collections.api.LazyFloatIterable |
select(com.gs.collections.api.FloatIterable iterable,
com.gs.collections.api.block.predicate.primitive.FloatPredicate predicate)
Creates a deferred filtering float iterable for the specified float iterable.
|
public static com.gs.collections.api.LazyFloatIterable adapt(com.gs.collections.api.FloatIterable iterable)
public static com.gs.collections.api.LazyFloatIterable select(com.gs.collections.api.FloatIterable iterable,
com.gs.collections.api.block.predicate.primitive.FloatPredicate predicate)
public static <V> com.gs.collections.api.LazyIterable<V> collect(com.gs.collections.api.FloatIterable iterable,
com.gs.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
public static <V> com.gs.collections.api.LazyIterable<V> collectIf(com.gs.collections.api.FloatIterable iterable,
com.gs.collections.api.block.predicate.primitive.FloatPredicate predicate,
com.gs.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
public static com.gs.collections.api.LazyFloatIterable empty()