public final class CollectShortProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectShortProcedure(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T> shortFunction,
org.eclipse.collections.api.collection.primitive.MutableShortCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.collection.primitive.MutableShortCollection |
getShortCollection() |
void |
value(T object) |
public CollectShortProcedure(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T> shortFunction, org.eclipse.collections.api.collection.primitive.MutableShortCollection targetCollection)
Copyright © 2004–2018. All rights reserved.