Interface InstanceAccessor.InstanceMutator<T>

Type Parameters:
T - The generic instance type.
All Known Subinterfaces:
InstanceAccessor.InstanceProperty<T>
Enclosing interface:
InstanceAccessor<T>

public static interface InstanceAccessor.InstanceMutator<T>
Provides a mutator for a instance property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setInstance(T aInstance)
    Sets the instance for the property.
  • Method Details

    • setInstance

      void setInstance(T aInstance)
      Sets the instance for the property.
      Parameters:
      aInstance - The instance to be stored by the property.