public final class CollectByteProcedure<T> extends Object implements Procedure<T>
| Constructor and Description |
|---|
CollectByteProcedure(ByteFunction<? super T> byteFunction,
MutableByteCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
getByteCollection() |
void |
value(T object) |
public CollectByteProcedure(ByteFunction<? super T> byteFunction, MutableByteCollection targetCollection)
public MutableByteCollection getByteCollection()
Copyright © 2004–2022. All rights reserved.