Interface CommandAccessor.CommandMutator<CTX,R,E extends Exception>

Type Parameters:
CTX - the generic type
R - the generic type
E - the element type
All Known Subinterfaces:
CommandAccessor.CommandProperty<CTX,R,E>
Enclosing interface:
CommandAccessor<CTX,R,E extends Exception>

public static interface CommandAccessor.CommandMutator<CTX,R,E extends Exception>
Provides a mutator for a command property.