public final class LazyCharIterate extends Object
Modifier and Type | Method and Description |
---|---|
static LazyCharIterable |
adapt(CharIterable iterable)
Creates a deferred char iterable for the specified char iterable.
|
static <V> LazyIterable<V> |
collect(CharIterable iterable,
CharToObjectFunction<? extends V> function)
Creates a deferred transforming char iterable for the specified char iterable.
|
static <V> LazyIterable<V> |
collectIf(CharIterable iterable,
CharPredicate predicate,
CharToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming char iterable for the specified char iterable.
|
static LazyCharIterable |
empty() |
static LazyCharIterable |
select(CharIterable iterable,
CharPredicate predicate)
Creates a deferred filtering char iterable for the specified char iterable.
|
public static LazyCharIterable adapt(CharIterable iterable)
public static LazyCharIterable select(CharIterable iterable, CharPredicate predicate)
public static <V> LazyIterable<V> collect(CharIterable iterable, CharToObjectFunction<? extends V> function)
public static <V> LazyIterable<V> collectIf(CharIterable iterable, CharPredicate predicate, CharToObjectFunction<? extends V> function)
public static LazyCharIterable empty()
Copyright © 2004–2016. All rights reserved.