V - the set element type@MetaInfServices(value=org.wildfly.clustering.marshalling.Externalizer.class) public class ConcurrentSetAddFunctionExternalizer<V> extends AbstractFunctionExternalizer<V,Set<V>,ConcurrentSetAddFunction<V>>
ConcurrentSetAddFunction.| Constructor and Description |
|---|
ConcurrentSetAddFunctionExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentSetAddFunction<V> |
apply(V value) |
Class<ConcurrentSetAddFunction<V>> |
getTargetClass() |
readObject, writeObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizepublic ConcurrentSetAddFunctionExternalizer()
public Class<ConcurrentSetAddFunction<V>> getTargetClass()
public ConcurrentSetAddFunction<V> apply(V value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.