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