Interface UndoableActionable<Input_,Output_>

All Known Implementing Classes:
CustomCollectionUndoableActionable, ListUndoableActionable, MapUndoableActionable, MinMaxUndoableActionable, SetUndoableActionable, SortedSetUndoableActionable

public sealed interface UndoableActionable<Input_,Output_> permits CustomCollectionUndoableActionable<Mapped_,Result_>, ListUndoableActionable<Mapped_>, MapUndoableActionable<Key_,Value_,ResultValue_,Result_>, MinMaxUndoableActionable<Result_,Property_>, SetUndoableActionable<Mapped_>, SortedSetUndoableActionable<Mapped_>