public final class LazyCharIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.LazyCharIterable |
adapt(com.gs.collections.api.CharIterable iterable)
Creates a deferred char iterable for the specified char iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collect(com.gs.collections.api.CharIterable iterable,
com.gs.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function)
Creates a deferred transforming char iterable for the specified char iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collectIf(com.gs.collections.api.CharIterable iterable,
com.gs.collections.api.block.predicate.primitive.CharPredicate predicate,
com.gs.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming char iterable for the specified char iterable.
|
static com.gs.collections.api.LazyCharIterable |
empty() |
static com.gs.collections.api.LazyCharIterable |
select(com.gs.collections.api.CharIterable iterable,
com.gs.collections.api.block.predicate.primitive.CharPredicate predicate)
Creates a deferred filtering char iterable for the specified char iterable.
|
public static com.gs.collections.api.LazyCharIterable adapt(com.gs.collections.api.CharIterable iterable)
public static com.gs.collections.api.LazyCharIterable select(com.gs.collections.api.CharIterable iterable,
com.gs.collections.api.block.predicate.primitive.CharPredicate predicate)
public static <V> com.gs.collections.api.LazyIterable<V> collect(com.gs.collections.api.CharIterable iterable,
com.gs.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function)
public static <V> com.gs.collections.api.LazyIterable<V> collectIf(com.gs.collections.api.CharIterable iterable,
com.gs.collections.api.block.predicate.primitive.CharPredicate predicate,
com.gs.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function)
public static com.gs.collections.api.LazyCharIterable empty()