Interface TailAccessor<T>

  • Type Parameters:
    T - The type of the tail to be used.
    All Known Subinterfaces:
    TailAccessor.TailProperty<T>

    public interface TailAccessor<T>
    Provides an accessor for a tail property.
    • Method Detail

      • getTail

        T getTail()
        Retrieves the value from the tail property.
        Returns:
        The tail stored by the tail property.