Class Procedures2.AddToCollection<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Procedures2.AddToCollection<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiConsumer<T,java.util.Collection<T>>
,Procedure2<T,java.util.Collection<T>>
- Enclosing class:
- Procedures2
private static class Procedures2.AddToCollection<T> extends java.lang.Object implements Procedure2<T,java.util.Collection<T>>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
AddToCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value(T each, java.util.Collection<T> target)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-