Module org.refcodes.command
Package org.refcodes.command
Interface UndoableAccessor.UndoableBuilder<CTX,R,E extends Exception,B extends UndoableAccessor.UndoableBuilder<CTX,R,E,B>>
-
- Type Parameters:
CTX- the generic typeR- the generic typeE- the element typeB- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- UndoableAccessor<CTX,R,E extends Exception>
public static interface UndoableAccessor.UndoableBuilder<CTX,R,E extends Exception,B extends UndoableAccessor.UndoableBuilder<CTX,R,E,B>>Provides a builder method for a name property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithUndoable(Undoable<CTX,R,E> aCommand)Sets the undoable for the undoable property.
-