Class CollectByteProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectByteProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MutableByteCollectionprivate final ByteFunction<? super T> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionCollectByteProcedure(ByteFunction<? super T> byteFunction, MutableByteCollection targetCollection) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
byteFunction
-
byteCollection
-
-
Constructor Details
-
CollectByteProcedure
public CollectByteProcedure(ByteFunction<? super T> byteFunction, MutableByteCollection targetCollection)
-
-
Method Details
-
value
-
getByteCollection
-