public final class CollectByteProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectByteProcedure(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T> byteFunction,
org.eclipse.collections.api.collection.primitive.MutableByteCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.collection.primitive.MutableByteCollection |
getByteCollection() |
void |
value(T object) |
public CollectByteProcedure(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T> byteFunction, org.eclipse.collections.api.collection.primitive.MutableByteCollection targetCollection)
Copyright © 2004–2017. All rights reserved.