Class BlockingReference.ConditionalReferenceWriter<T,V>

java.lang.Object
org.wildfly.clustering.server.util.BlockingReference.ConditionalReferenceWriter<T,V>
Type Parameters:
T - the referenced object type
V - the mapped type
All Implemented Interfaces:
Supplier<V>, Supplier<V>
Enclosing interface:
BlockingReference<T>

public static class BlockingReference.ConditionalReferenceWriter<T,V> extends Object implements Supplier<V>
A conditional writer implementation for a reference.
Author:
Paul Ferraro
  • Method Details

    • get

      public V get()
      Specified by:
      get in interface Supplier<T>