public final class LazyByteIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.LazyByteIterable |
adapt(com.gs.collections.api.ByteIterable iterable)
Creates a deferred byte iterable for the specified byte iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collect(com.gs.collections.api.ByteIterable iterable,
com.gs.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
Creates a deferred transforming byte iterable for the specified byte iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collectIf(com.gs.collections.api.ByteIterable iterable,
com.gs.collections.api.block.predicate.primitive.BytePredicate predicate,
com.gs.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming byte iterable for the specified byte iterable.
|
static com.gs.collections.api.LazyByteIterable |
empty() |
static com.gs.collections.api.LazyByteIterable |
select(com.gs.collections.api.ByteIterable iterable,
com.gs.collections.api.block.predicate.primitive.BytePredicate predicate)
Creates a deferred filtering byte iterable for the specified byte iterable.
|
public static com.gs.collections.api.LazyByteIterable adapt(com.gs.collections.api.ByteIterable iterable)
public static com.gs.collections.api.LazyByteIterable select(com.gs.collections.api.ByteIterable iterable,
com.gs.collections.api.block.predicate.primitive.BytePredicate predicate)
public static <V> com.gs.collections.api.LazyIterable<V> collect(com.gs.collections.api.ByteIterable iterable,
com.gs.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
public static <V> com.gs.collections.api.LazyIterable<V> collectIf(com.gs.collections.api.ByteIterable iterable,
com.gs.collections.api.block.predicate.primitive.BytePredicate predicate,
com.gs.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
public static com.gs.collections.api.LazyByteIterable empty()