Class SetAddFunction<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.CollectionAddFunction<V,Set<V>>
org.wildfly.clustering.cache.function.SetAddFunction<V>
- Type Parameters:
V- the set element type
- All Implemented Interfaces:
BiConsumer<Set<V>,,Collection<V>> BiFunction<Object,Set<V>, Set<V>>
Function that adds an item to a set.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.function.CollectionAddFunction
acceptMethods inherited from class org.wildfly.clustering.cache.function.CollectionFunction
equals, hashCodeMethods inherited from class org.wildfly.clustering.cache.function.AbstractFunction
apply, getOperand, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
SetAddFunction
-
SetAddFunction
-