public final class LazyByteIterate extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.LazyByteIterable |
adapt(org.eclipse.collections.api.ByteIterable iterable)
Creates a deferred byte iterable for the specified byte iterable.
|
static <V> org.eclipse.collections.api.LazyIterable<V> |
collect(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
Creates a deferred transforming byte iterable for the specified byte iterable.
|
static <V> org.eclipse.collections.api.LazyIterable<V> |
collectIf(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming byte iterable for the specified byte iterable.
|
static org.eclipse.collections.api.LazyByteIterable |
empty() |
static org.eclipse.collections.api.LazyByteIterable |
select(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
Creates a deferred filtering byte iterable for the specified byte iterable.
|
public static org.eclipse.collections.api.LazyByteIterable adapt(org.eclipse.collections.api.ByteIterable iterable)
public static org.eclipse.collections.api.LazyByteIterable select(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate)
public static <V> org.eclipse.collections.api.LazyIterable<V> collect(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
public static <V> org.eclipse.collections.api.LazyIterable<V> collectIf(org.eclipse.collections.api.ByteIterable iterable,
org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate,
org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<? extends V> function)
public static org.eclipse.collections.api.LazyByteIterable empty()
Copyright © 2004–2017. All rights reserved.