Class Procedures2.AddToCollection<T>
java.lang.Object
org.eclipse.collections.impl.block.factory.Procedures2.AddToCollection<T>
- All Implemented Interfaces:
Serializable
,BiConsumer<T,
,Collection<T>> Procedure2<T,
Collection<T>>
- Enclosing class:
Procedures2
private static class Procedures2.AddToCollection<T>
extends Object
implements Procedure2<T,Collection<T>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AddToCollection
private AddToCollection()
-
-
Method Details
-
value
- Specified by:
value
in interfaceProcedure2<T,
Collection<T>>
-