Class ConcurrentSetRemoveFunction<V>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.AbstractFunction<V,C>
-
- org.wildfly.clustering.ee.cache.function.CollectionFunction<V,C>
-
- org.wildfly.clustering.ee.cache.function.CollectionRemoveFunction<V,Set<V>>
-
- org.wildfly.clustering.ee.cache.function.SetRemoveFunction<V>
-
- org.wildfly.clustering.ee.cache.function.ConcurrentSetRemoveFunction<V>
-
- Type Parameters:
V- the set element type
- All Implemented Interfaces:
BiConsumer<Set<V>,V>,BiFunction<Object,Set<V>,Set<V>>
public class ConcurrentSetRemoveFunction<V> extends SetRemoveFunction<V>
Function that removes an item from a set within a non-transactional cache.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ConcurrentSetRemoveFunction(V value)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.ee.cache.function.CollectionRemoveFunction
accept
-
Methods inherited from class org.wildfly.clustering.ee.cache.function.AbstractFunction
apply, getOperand
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Constructor Detail
-
ConcurrentSetRemoveFunction
public ConcurrentSetRemoveFunction(V value)
-
-