CTX - the generic typeR - the generic typeE - the element typeCommandAccessor<CTX,R,E>, CommandAccessor.CommandMutator<CTX,R,E>public static interface CommandAccessor.CommandProperty<CTX,R,E extends Exception> extends CommandAccessor<CTX,R,E>, CommandAccessor.CommandMutator<CTX,R,E>
CommandAccessor.CommandBuilder<CTX,R,E extends Exception,B extends CommandAccessor.CommandBuilder<CTX,R,E,B>>, CommandAccessor.CommandMutator<CTX,R,E extends Exception>, CommandAccessor.CommandProperty<CTX,R,E extends Exception>| Modifier and Type | Method | Description |
|---|---|---|
default Command<CTX,R,E> |
letCommand(Command<CTX,R,E> aCommand) |
This method stores and passes through the given argument, which is
very useful for builder APIs: Sets the given
Command (setter)
as of CommandAccessor.CommandMutator.setCommand(Command) and returns the very same value
(getter). |
getCommandsetCommanddefault Command<CTX,R,E> letCommand(Command<CTX,R,E> aCommand)
Command (setter)
as of CommandAccessor.CommandMutator.setCommand(Command) and returns the very same value
(getter).aCommand - The Command to set (via
CommandAccessor.CommandMutator.setCommand(Command)).Copyright © 2021. All rights reserved.