public final class LazyShortIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.LazyShortIterable |
adapt(com.gs.collections.api.ShortIterable iterable)
Creates a deferred short iterable for the specified short iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collect(com.gs.collections.api.ShortIterable iterable,
com.gs.collections.api.block.function.primitive.ShortToObjectFunction<? extends V> function)
Creates a deferred transforming short iterable for the specified short iterable.
|
static <V> com.gs.collections.api.LazyIterable<V> |
collectIf(com.gs.collections.api.ShortIterable iterable,
com.gs.collections.api.block.predicate.primitive.ShortPredicate predicate,
com.gs.collections.api.block.function.primitive.ShortToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming short iterable for the specified short iterable.
|
static com.gs.collections.api.LazyShortIterable |
empty() |
static com.gs.collections.api.LazyShortIterable |
select(com.gs.collections.api.ShortIterable iterable,
com.gs.collections.api.block.predicate.primitive.ShortPredicate predicate)
Creates a deferred filtering short iterable for the specified short iterable.
|
public static com.gs.collections.api.LazyShortIterable adapt(com.gs.collections.api.ShortIterable iterable)
public static com.gs.collections.api.LazyShortIterable select(com.gs.collections.api.ShortIterable iterable,
com.gs.collections.api.block.predicate.primitive.ShortPredicate predicate)
public static <V> com.gs.collections.api.LazyIterable<V> collect(com.gs.collections.api.ShortIterable iterable,
com.gs.collections.api.block.function.primitive.ShortToObjectFunction<? extends V> function)
public static <V> com.gs.collections.api.LazyIterable<V> collectIf(com.gs.collections.api.ShortIterable iterable,
com.gs.collections.api.block.predicate.primitive.ShortPredicate predicate,
com.gs.collections.api.block.function.primitive.ShortToObjectFunction<? extends V> function)
public static com.gs.collections.api.LazyShortIterable empty()