Class AddFunction.AddCollectionFunction<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.AddFunction.AddCollectionFunction<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiFunction<java.util.Collection<T>,T,java.util.Collection<T>>
,Function2<java.util.Collection<T>,T,java.util.Collection<T>>
- Enclosing class:
- AddFunction
private static class AddFunction.AddCollectionFunction<T> extends java.lang.Object implements Function2<java.util.Collection<T>,T,java.util.Collection<T>>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
AddCollectionFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<T>
value(java.util.Collection<T> collection, T addElement)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-