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>, 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

    Modifier and Type
    Method
    Description
    get()
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.function.Supplier

    handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
  • Method Details

    • get

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