Interface ReferencesSelector

All Known Subinterfaces:
Creation<I>, Destruction, References<R>

public interface ReferencesSelector
A supplier of References objects.
Author:
Laird Nelson
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Destroys the supplied contextual reference if and only if it meets the conditions for destruction.
    default <R> R
    A convenience method that acquires and returns what is presumed, possibly incorrectly, to be the sole contextual reference of the relevant type.
    <R> References<R>
    Returns a References capable of locating contextual references of the relevant type.