Class ListCommand

  • All Implemented Interfaces:
    java.util.function.Function<ScvCli,​Integer>

    public class ListCommand
    extends Object
    implements java.util.function.Function<ScvCli,​Integer>
    • Constructor Detail

      • ListCommand

        public ListCommand()
    • Method Detail

      • apply

        public Integer apply​(ScvCli scvCli)
        Specified by:
        apply in interface java.util.function.Function<ScvCli,​Integer>