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>>