Interface CommandWithResult<T>

All Superinterfaces:
Command
All Known Implementing Classes:
AbstractCommandWithResult, Info, PrintAscending, PrintDescending, PrintFieldDescendingOscarsCount, Show

public interface CommandWithResult<T> extends Command
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface sources.commands.Command

    execute
  • Method Details

    • getResult

      T getResult()