Class BlockingReference.ConditionalReferenceWriter<T,V>
java.lang.Object
org.wildfly.clustering.server.util.BlockingReference.ConditionalReferenceWriter<T,V>
- Type Parameters:
T- the referenced object typeV- the mapped type
- All Implemented Interfaces:
Supplier<V>, org.wildfly.clustering.function.Supplier<V>
- Enclosing interface:
BlockingReference<T>
public static class BlockingReference.ConditionalReferenceWriter<T,V>
extends Object
implements org.wildfly.clustering.function.Supplier<V>
A conditional writer implementation for a reference.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
-
Method Details
-
get
-