Interface UndoableAccessor.UndoableBuilder<CTX,R,E extends java.lang.Exception,B extends UndoableAccessor.UndoableBuilder<CTX,R,E,B>>

  • Type Parameters:
    CTX - the generic type
    R - the generic type
    E - the element type
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    UndoableAccessor<CTX,R,E extends java.lang.Exception>

    public static interface UndoableAccessor.UndoableBuilder<CTX,R,E extends java.lang.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 Detail

      • withUndoable

        B withUndoable​(Undoable<CTX,R,E> aCommand)
        Sets the undoable for the undoable property.
        Parameters:
        aCommand - The undoable to be stored by the undoable property.
        Returns:
        The builder for applying multiple build operations.