Class CollectionAddProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.CollectionAddProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
CollectionAddProcedure adds elements to the specified collection when one of the block methods are called.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CollectionAddProcedure<T> on(Collection<T> newCollection) toString()void