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