Class CollectionRemoveFunction<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>
org.wildfly.clustering.cache.function.CollectionRemoveFunction<V,C>
- Type Parameters:
V
- the collection element typeC
- the collection type
- All Implemented Interfaces:
BiConsumer<C,
,Collection<V>> BiFunction<Object,
C, C>
- Direct Known Subclasses:
SetRemoveFunction
Function that removes an item from a collection.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.function.CollectionFunction
equals, hashCode
Methods inherited from class org.wildfly.clustering.cache.function.AbstractFunction
apply, getOperand, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
Methods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
CollectionRemoveFunction
-
-
Method Details
-
accept
-