Class GetCommand

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

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

      • GetCommand

        public GetCommand()
    • Method Detail

      • apply

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