Interface AttributeModifier<T>


public interface AttributeModifier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(T attribute)
     
  • Method Details

    • apply

      void apply(T attribute)