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