Class AddFunction.AddCollectionFunction<T>
java.lang.Object
org.eclipse.collections.impl.block.function.AddFunction.AddCollectionFunction<T>
- All Implemented Interfaces:
Serializable, BiFunction<Collection<T>, T, Collection<T>>, Function2<Collection<T>, T, Collection<T>>
- Enclosing class:
AddFunction
private static class AddFunction.AddCollectionFunction<T>
extends Object
implements Function2<Collection<T>, T, Collection<T>>
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AddCollectionFunction
private AddCollectionFunction()
-
-
Method Details
-
value
- Specified by:
valuein interfaceFunction2<Collection<T>, T, Collection<T>>
-