public final class LazyFloatIterate extends Object
| Modifier and Type | Method and 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 <V> LazyIterable<V> |
flatCollect(FloatIterable iterable,
FloatToObjectFunction<? extends Iterable<V>> function)
Creates a deferred transforming and flattening float iterable for the specified float iterable.
|
static LazyFloatIterable |
select(FloatIterable iterable,
FloatPredicate predicate)
Creates a deferred filtering float iterable for the specified float iterable.
|
static LazyFloatIterable |
tap(FloatIterable iterable,
FloatProcedure procedure)
Creates a deferred tap iterable for the specified 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> flatCollect(FloatIterable iterable, FloatToObjectFunction<? extends Iterable<V>> function)
public static <V> LazyIterable<V> collectIf(FloatIterable iterable, FloatPredicate predicate, FloatToObjectFunction<? extends V> function)
public static LazyFloatIterable empty()
public static LazyFloatIterable tap(FloatIterable iterable, FloatProcedure procedure)
Copyright © 2004–2022. All rights reserved.