Class CollectionFunction<V,C extends Collection<V>>

java.lang.Object
org.wildfly.clustering.cache.function.AbstractFunction<Collection<V>,C>
org.wildfly.clustering.cache.function.CollectionFunction<V,C>
Type Parameters:
V - the collection element type
C - the collection type
All Implemented Interfaces:
BiConsumer<C,Collection<V>>, BiFunction<Object,C,C>
Direct Known Subclasses:
CollectionAddFunction, CollectionRemoveFunction

public abstract class CollectionFunction<V,C extends Collection<V>> extends AbstractFunction<Collection<V>,C>
Function that operates on a collection.
Author:
Paul Ferraro