public final class CollectByteProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectByteProcedure(com.gs.collections.api.block.function.primitive.ByteFunction<? super T> byteFunction,
com.gs.collections.api.collection.primitive.MutableByteCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.collection.primitive.MutableByteCollection |
getByteCollection() |
void |
value(T object) |
public CollectByteProcedure(com.gs.collections.api.block.function.primitive.ByteFunction<? super T> byteFunction, com.gs.collections.api.collection.primitive.MutableByteCollection targetCollection)