Class SetRemoveFunction<V>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.AbstractFunction<Collection<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>
-
- Type Parameters:
V- the set element type
- All Implemented Interfaces:
BiConsumer<Set<V>,Collection<V>>,BiFunction<Object,Set<V>,Set<V>>
public class SetRemoveFunction<V> extends CollectionRemoveFunction<V,Set<V>>
Function that removes an item from a set.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SetRemoveFunction(Collection<V> values)SetRemoveFunction(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.CollectionFunction
equals, hashCode
-
Methods inherited from class org.wildfly.clustering.ee.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 Detail
-
SetRemoveFunction
public SetRemoveFunction(V value)
-
SetRemoveFunction
public SetRemoveFunction(Collection<V> values)
-
-