Interface TailAccessor.TailMutator<T>

Type Parameters:
T - The type of the tail property.
All Known Subinterfaces:
TailAccessor.TailProperty<T>
Enclosing interface:
TailAccessor<T>

public static interface TailAccessor.TailMutator<T>
Provides a mutator for a tail property.
  • Method Summary

    Modifier and Type Method Description
    void setTail​(T aTail)
    Sets the tail for the tail property.
  • Method Details

    • setTail

      void setTail​(T aTail)
      Sets the tail for the tail property.
      Parameters:
      aTail - The tail to be stored by the tail property.