Interface SubjectAccessor.SubjectMutator

    • Method Detail

      • setSubject

        <S> void setSubject​(S aSubject)
        Sets the subject for the subject property.
        Type Parameters:
        S - The expected type of the subject.
        Parameters:
        aSubject - The subject to be stored by the subject property.