Interface ReadableReference<T>

Type Parameters:
T - the type of this reference
All Known Subinterfaces:
Reference<T>, ReferenceMap<K,V>

public interface ReadableReference<T>
A readable reference.
Author:
Paul Ferraro
  • Method Details

    • reader

      Returns a thread-safe reader of this reference.
      Returns:
      a thread-safe reader of this reference.